diff options
Diffstat (limited to 'app/class')
-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'], |