aboutsummaryrefslogtreecommitdiff
path: root/app/class/Routes.php
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2020-03-23 18:03:00 +0100
committern-peugnet <n.peugnet@free.fr>2020-03-23 18:03:00 +0100
commita7174bb27de46b2f64118181221fad3658f511d3 (patch)
treec0ed8fc166f222cd6d0f843dee60baa147e8316a /app/class/Routes.php
parent21569fcabfdcedbdd7f0185d9a7c5518f52f880c (diff)
downloadwcms-a7174bb27de46b2f64118181221fad3658f511d3.tar.gz
wcms-a7174bb27de46b2f64118181221fad3658f511d3.zip
clean: remove temporary map dev page
Diffstat (limited to 'app/class/Routes.php')
-rw-r--r--app/class/Routes.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/class/Routes.php b/app/class/Routes.php
index c538d78..e71bf59 100644
--- a/app/class/Routes.php
+++ b/app/class/Routes.php
@@ -19,7 +19,6 @@ class Routes
$router->addRoutes([
['GET', '/', 'Controllerhome#desktop', 'home'],
['POST', '/', 'Controllerhome#desktop', 'homequery'],
- ['GET', '/map', 'Controllerhome#map', 'map'],
['POST', '/columns', 'Controllerhome#columns', 'homecolumns'],
['POST', '/colors', 'Controllerhome#colors', 'homecolors'],
['GET', '//renderall', 'Controllerhome#renderall', 'homerenderall'],