Files
MermsKevKem/app/Config/Routes.php
T
CHIEFSOFT\ameye ecc428180a kev kem site b
2024-09-08 14:55:21 -04:00

14 lines
332 B
PHP

<?php
use CodeIgniter\Router\RouteCollection;
/**
* @var RouteCollection $routes
*/
$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');