diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-01-15 03:59:32 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-01-15 03:59:32 +0100 |
commit | de195c2fca2f4b77a54be68fb58cd0ccee10a5b7 (patch) | |
tree | a0717b936d4b1474cc766b85578e42d94ad7e512 /app/class/routes.php | |
parent | 8130427ec508f1d66553b52052c840c311081061 (diff) | |
download | wcms-de195c2fca2f4b77a54be68fb58cd0ccee10a5b7.tar.gz wcms-de195c2fca2f4b77a54be68fb58cd0ccee10a5b7.zip |
timeline is ok for messaging
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 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'], |