diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-01-12 19:49:41 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-01-12 19:51:41 +0100 |
commit | eb30a63c819ca50ebbc896eb293a0745dcd043be (patch) | |
tree | 45144b6d8e2a841de56d76c463e53c99ad029f02 /app/class/routes.php | |
parent | 36d878ac00f4df0a4ff54e2ea8355b323f0a87f3 (diff) | |
download | wcms-eb30a63c819ca50ebbc896eb293a0745dcd043be.tar.gz wcms-eb30a63c819ca50ebbc896eb293a0745dcd043be.zip |
timeline message working
Diffstat (limited to 'app/class/routes.php')
-rw-r--r-- | app/class/routes.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/class/routes.php b/app/class/routes.php index a90a8a1..449b8fa 100644 --- a/app/class/routes.php +++ b/app/class/routes.php @@ -31,6 +31,7 @@ class Routes ['POST', '/!user/update', 'Controlleruser#update', 'userupdate'], ['GET', '/!info', 'Controllerinfo#desktop', 'info'], ['GET', '/!timeline', 'Controllertimeline#desktop', 'timeline'], + ['POST', '/!timeline/add', 'Controllertimeline#add', 'timelineadd'], ['GET', '/[cid:art]/', 'Controllerart#read', 'artread/'], ['GET', '/[cid:art]', 'Controllerart#read', 'artread'], ['GET', '/[cid:art]/add', 'Controllerart#add', 'artadd'], |