fix page map

This commit is contained in:
CHIEFSOFT\ameye
2024-09-11 17:40:37 -04:00
parent ab41c3d0b8
commit 33b32f4e8e
2 changed files with 2 additions and 4 deletions
+1
View File
@@ -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');