Files
JohnBullVanRental/app/Config/Routes.php
T
CHIEFSOFT\ameye 16e279208a Header routes
2024-09-21 21:03:54 -04:00

10 lines
201 B
PHP

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