Files
JohnBullVanRental/app/Config/Routes.php
T
CHIEFSOFT\ameye 6e5aefe8d5 book page start
2024-09-22 08:33:48 -04:00

11 lines
240 B
PHP

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