From 66cd78f7912edab2ceb07c43fa93973f32c55a78 Mon Sep 17 00:00:00 2001 From: dev-chiefworks Date: Sat, 30 Apr 2022 22:20:22 -0400 Subject: [PATCH] Added post --- app/Config/Routes.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/Config/Routes.php b/app/Config/Routes.php index 967e9e1..5cef8f9 100644 --- a/app/Config/Routes.php +++ b/app/Config/Routes.php @@ -35,7 +35,10 @@ $routes->setAutoRoute(true); $routes->get('/', 'Home::home'); $routes->get('/about', 'Home::about'); $routes->get('/services', 'Home::services'); + $routes->get('/contact', 'Home::contact'); +$routes->post('/contact', 'Home::contact'); + $routes->get('/blog', 'Home::blog'); /* * --------------------------------------------------------------------