aboutsummaryrefslogtreecommitdiff
path: root/app/class/routes.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2019-01-15 03:59:32 +0100
committervincent-peugnet <v.peugnet@free.fr>2019-01-15 03:59:32 +0100
commitde195c2fca2f4b77a54be68fb58cd0ccee10a5b7 (patch)
treea0717b936d4b1474cc766b85578e42d94ad7e512 /app/class/routes.php
parent8130427ec508f1d66553b52052c840c311081061 (diff)
downloadwcms-de195c2fca2f4b77a54be68fb58cd0ccee10a5b7.tar.gz
wcms-de195c2fca2f4b77a54be68fb58cd0ccee10a5b7.zip
timeline is ok for messaging
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 449b8fa..2ccc269 100644
--- a/app/class/routes.php
+++ b/app/class/routes.php
@@ -32,6 +32,7 @@ class Routes
['GET', '/!info', 'Controllerinfo#desktop', 'info'],
['GET', '/!timeline', 'Controllertimeline#desktop', 'timeline'],
['POST', '/!timeline/add', 'Controllertimeline#add', 'timelineadd'],
+ ['POST', '/!timeline/clap', 'Controllertimeline#clap', 'timelineclap'],
['GET', '/[cid:art]/', 'Controllerart#read', 'artread/'],
['GET', '/[cid:art]', 'Controllerart#read', 'artread'],
['GET', '/[cid:art]/add', 'Controllerart#add', 'artadd'],