aboutsummaryrefslogtreecommitdiff
path: root/app/Routes.php
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-03-28 21:24:35 -0400
committerThedro Neely <thedroneely@gmail.com>2019-03-28 21:24:35 -0400
commitd79ee71389f9160f4cd82845917c4c41e7fde3f6 (patch)
tree086877f0b4fa90b313a516fd96fefa1bb8671b07 /app/Routes.php
parenta8f94c559a44d743a1094cdf720207389a7684a3 (diff)
downloadthedroneely.com-d79ee71389f9160f4cd82845917c4c41e7fde3f6.tar.gz
thedroneely.com-d79ee71389f9160f4cd82845917c4c41e7fde3f6.tar.bz2
thedroneely.com-d79ee71389f9160f4cd82845917c4c41e7fde3f6.zip
app/controllers/contact: Refactor contact controller
Use single contact route
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');