update routes to new system

This commit is contained in:
osaajani 2019-11-08 19:17:59 +01:00
parent 0442f8a9a6
commit f3c1754d39
1 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<?php
$descartesRoutes = array(
$routes = array(
'Connect' => [
'login' => '/',
'connection' => '/connection/',
@ -128,4 +128,7 @@
'create' => '/user/create/{csrf}/',
'delete' => '/user/delete/{csrf}/',
],
);
);
define('ROUTES', $routes);
unset($routes);