diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-10-18 14:29:39 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-10-18 14:29:39 +0200 |
commit | 36372694c6bbb82aea8578c5c1a492bb6f10c39d (patch) | |
tree | 5e1bd5474c6935353c1da55c835c8dc325799964 /app/class/routes.php | |
parent | 1d011471674ede030407c351abfbf2bfc93d8b7a (diff) | |
download | wcms-36372694c6bbb82aea8578c5c1a492bb6f10c39d.tar.gz wcms-36372694c6bbb82aea8578c5c1a492bb6f10c39d.zip |
renderall is now a GET action //renderall
Diffstat (limited to 'app/class/routes.php')
-rw-r--r-- | app/class/routes.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/class/routes.php b/app/class/routes.php index 13444fd..4119e58 100644 --- a/app/class/routes.php +++ b/app/class/routes.php @@ -17,7 +17,7 @@ class Routes ['GET', '/', 'Controllerhome#desktop', 'home'], ['POST', '/', 'Controllerhome#desktop', 'homequery'], ['POST', '/columns', 'Controllerhome#columns', 'homecolumns'], - ['POST', '/renderall', 'Controllerhome#renderall', 'homerenderall'], + ['GET', '//renderall', 'Controllerhome#renderall', 'homerenderall'], ['POST', '/bookmark', 'Controllerhome#bookmark', 'homebookmark'], ['POST', '/upload', 'Controllerart#upload', 'artupload'], ['POST', '/!co', 'Controllerconnect#log', 'log'], |