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, 1 insertions, 1 deletions
diff --git a/app/Routes.php b/app/Routes.php
index 6b81ee3..1784dc6 100644
--- a/app/Routes.php
+++ b/app/Routes.php
@@ -16,4 +16,4 @@ $router->head('', '../app/controllers/index.controller.php');
$router->head('contact', '../app/controllers/contact.controller.php');
-$router->post('?sent', '../app/controllers/mail.controller.php');
+$router->post('contact', '../app/controllers/contact.controller.php');