aboutsummaryrefslogtreecommitdiff
path: root/app/Routes.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Routes.php')
-rw-r--r--app/Routes.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Routes.php b/app/Routes.php
index 2def144..7b73137 100644
--- a/app/Routes.php
+++ b/app/Routes.php
@@ -6,6 +6,8 @@ $router->get('', '../app/controllers/index.controller.php');
$router->get('contact', '../app/controllers/contact.controller.php');
+$router->get('resume', '../app/controllers/resume.controller.php');
+
$router->head('', '../app/controllers/index.controller.php');