fix page map
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user