aboutsummaryrefslogtreecommitdiff
path: root/app/Routes.php
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-04-04 02:52:39 -0400
committerThedro Neely <thedroneely@gmail.com>2019-04-04 02:52:39 -0400
commit0c76dec418ccbd4a08a2b4ed53c16d4357b8a81d (patch)
tree59c8c41aaa1dfd9abe1466ed02894cbcd027e726 /app/Routes.php
parent60e932fce10bbdccc4ffa0012949353680b9efa7 (diff)
downloadthedroneely.com-0c76dec418ccbd4a08a2b4ed53c16d4357b8a81d.tar.gz
thedroneely.com-0c76dec418ccbd4a08a2b4ed53c16d4357b8a81d.tar.bz2
thedroneely.com-0c76dec418ccbd4a08a2b4ed53c16d4357b8a81d.zip
app/views/admin: Remove admin route
Diffstat (limited to 'app/Routes.php')
-rw-r--r--app/Routes.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/Routes.php b/app/Routes.php
index 1784dc6..942f8d3 100644
--- a/app/Routes.php
+++ b/app/Routes.php
@@ -8,8 +8,6 @@ $router->get('contact', '../app/controllers/contact.controller.php');
$router->get('resume', '../app/controllers/resume.controller.php');
-$router->get('admin', '../app/controllers/admin.controller.php');
-
$router->head('', '../app/controllers/index.controller.php');