aboutsummaryrefslogtreecommitdiff
path: root/app/class/routes.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2019-08-18 12:03:45 +0200
committervincent-peugnet <v.peugnet@free.fr>2019-08-18 12:03:45 +0200
commit388bd7c3aff8b440febd83598003f96d5a746505 (patch)
treeafd61cffc28709a8357a8dd2295a810e037290a3 /app/class/routes.php
parent50e367e56b367259a2e6fb29621c97e9b0fc9c5e (diff)
downloadwcms-388bd7c3aff8b440febd83598003f96d5a746505.tar.gz
wcms-388bd7c3aff8b440febd83598003f96d5a746505.zip
Render All Button
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 16aede2..c0b686b 100644
--- a/app/class/routes.php
+++ b/app/class/routes.php
@@ -17,6 +17,7 @@ class Routes
['GET', '/', 'Controllerhome#desktop', 'home'],
['POST', '/', 'Controllerhome#desktop', 'homequery'],
['POST', '/columns', 'Controllerhome#columns', 'homecolumns'],
+ ['POST', '/renderall', 'Controllerhome#renderall', 'homerenderall'],
['POST', '/upload', 'Controllerart#upload', 'artupload'],
['POST', '/!co', 'Controllerconnect#log', 'log'],
['GET', '/!co', 'Controllerconnect#connect', 'connect'],