Files
JohnBullVanRental/app/Config/Routes.php
T
CHIEFSOFT\ameye 9ee7b2653c master blayout b
2024-09-21 21:51:46 -04:00

10 lines
203 B
PHP

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