This commit is contained in:
CHIEFSOFT\ameye
2024-09-22 13:30:52 -04:00
parent caec58be12
commit 63919bcbb5
5 changed files with 196 additions and 18 deletions
+2 -1
View File
@@ -8,4 +8,5 @@ use CodeIgniter\Router\RouteCollection;
$routes->get('/', 'Home::index');
$routes->get('/about', 'Home::about');
$routes->get('/contact', 'Home::contact');
$routes->get('/book', 'Home::book');
$routes->get('/book', 'Home::book');
$routes->get('/our-service', 'Home::ourService');