aboutsummaryrefslogtreecommitdiff
path: root/app/class/routes.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2019-03-30 20:44:55 +0100
committervincent-peugnet <v.peugnet@free.fr>2019-03-30 20:44:55 +0100
commit20c44426207b8f58fd8ef1145b509913371b2901 (patch)
tree0ce6c9f06e8cca59f5159f2dfaeccf99b896712f /app/class/routes.php
parent60e065fd24d7cd03fa2ebc6cea55d463bc735120 (diff)
downloadwcms-20c44426207b8f58fd8ef1145b509913371b2901.tar.gz
wcms-20c44426207b8f58fd8ef1145b509913371b2901.zip
new feature : upload json as page
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 f3b9adf..bad6e19 100644
--- a/app/class/routes.php
+++ b/app/class/routes.php
@@ -16,6 +16,7 @@ class Routes
$router->addRoutes([
['GET', '/', 'Controllerhome#desktop', 'home'],
['POST', '/columns', 'Controllerhome#columns', 'homecolumns'],
+ ['POST', '/upload', 'Controllerart#upload', 'artupload'],
['POST', '/!co', 'Controllerconnect#log', 'log'],
['GET', '/!co', 'Controllerconnect#connect', 'connect'],
['POST', '/!search', 'Controllerhome#search', 'search'],