kev kem site b
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user