aboutsummaryrefslogtreecommitdiff
path: root/app/class/routes.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2019-01-12 19:49:41 +0100
committervincent-peugnet <v.peugnet@free.fr>2019-01-12 19:51:41 +0100
commiteb30a63c819ca50ebbc896eb293a0745dcd043be (patch)
tree45144b6d8e2a841de56d76c463e53c99ad029f02 /app/class/routes.php
parent36d878ac00f4df0a4ff54e2ea8355b323f0a87f3 (diff)
downloadwcms-eb30a63c819ca50ebbc896eb293a0745dcd043be.tar.gz
wcms-eb30a63c819ca50ebbc896eb293a0745dcd043be.zip
timeline message working
Diffstat (limited to 'app/class/routes.php')
-rw-r--r--app/class/routes.php1
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'],