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.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/class/routes.php b/app/class/routes.php
index 71b75d6..f240f6b 100644
--- a/app/class/routes.php
+++ b/app/class/routes.php
@@ -15,6 +15,8 @@ class Routes
$router->addMatchTypes(array('cid' => '[a-zA-Z0-9-_+,\'!%@&.$€=\(\|\)]+'));
$router->addRoutes([
['GET|POST', '/', 'Backrouter#run', 'backrouter'],
+ ['POST', '/!co', 'Controllerconnect#log', 'log'],
+ ['GET', '/!co', 'Controllerconnect#connect', 'connect'],
['GET', '/[cid:art]/', 'Controllerart#read', 'artread/'],
['GET', '/[cid:art]', 'Controllerart#read', 'artread'],
['GET', '/[cid:art]/add', 'Controllerart#add', 'artadd'],