From 33b32f4e8ecf6c98fd864bac14cb6250addb3349 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Wed, 11 Sep 2024 17:40:37 -0400 Subject: [PATCH] fix page map --- app/Config/Routes.php | 1 + app/Views/Contact.php | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) 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 @@
- +