kev kem site b

This commit is contained in:
CHIEFSOFT\ameye
2024-09-08 14:55:21 -04:00
parent ed2c9e57cf
commit ecc428180a
1436 changed files with 250555 additions and 2 deletions
+6 -1
View File
@@ -5,4 +5,9 @@ use CodeIgniter\Router\RouteCollection;
/**
* @var RouteCollection $routes
*/
$routes->get('/', 'Home::index');
$routes->get('/', 'Home::index');
$routes->get('/index', 'Home::index');
$routes->get('/about-us', 'Home::about');
$routes->get('/services', 'Home::services');
$routes->get('/contact-us', 'Home::contact');