aboutsummaryrefslogtreecommitdiff
path: root/app/class/Routes.php
diff options
context:
space:
mode:
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 c59531d..0433079 100644
--- a/app/class/Routes.php
+++ b/app/class/Routes.php
@@ -54,6 +54,7 @@ class Routes
['POST', '/!timeline/add', 'Controllertimeline#add', 'timelineadd'],
['POST', '/!timeline/clap', 'Controllertimeline#clap', 'timelineclap'],
['GET', '/[cid:page]/', 'Controllerpage#read', 'pageread/'],
+ ['POST', '/[cid:page]/', 'Controllerpage#read', 'pageread/post'],
['GET', '/[cid:page]', 'Controllerpage#read', 'pageread'],
['GET', '/[cid:page]/add', 'Controllerpage#add', 'pageadd'],
['GET', '/[cid:page]/add:[cid:copy]', 'Controllerpage#addascopy', 'pageaddascopy'],