Files
MermsiCare/app/Config/Routes.php
T
CHIEFSOFT\ameye 8be59b2444 fix templates
2024-08-19 17:11:04 -04:00

10 lines
210 B
PHP

<?php
use CodeIgniter\Router\RouteCollection;
/**
* @var RouteCollection $routes
*/
$routes->get('/', 'Home::index');
$routes->get('/about-us', 'Home::aboutUs');
$routes->get('/contacts', 'Home::contacts');