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'); /* * --------------------------------------------------------------------