diff --git a/app/Config/Routes.php b/app/Config/Routes.php index 304b739..383ddec 100644 --- a/app/Config/Routes.php +++ b/app/Config/Routes.php @@ -7,6 +7,7 @@ use CodeIgniter\Router\RouteCollection; */ $routes->get('/', 'Home::index'); $routes->get('/index', 'Home::index'); +$routes->get('/login', 'Home::index'); $routes->get('/about-us', 'Home::about'); $routes->get('/services', 'Home::services'); diff --git a/app/Views/Contact.php b/app/Views/Contact.php index ea2eedb..297d0b8 100644 --- a/app/Views/Contact.php +++ b/app/Views/Contact.php @@ -153,10 +153,7 @@