Booking and contact messqge

This commit is contained in:
CHIEFSOFT\ameye
2024-09-29 17:47:32 -04:00
parent c6a097d333
commit e5fad97e49
5 changed files with 201 additions and 12 deletions
+2
View File
@@ -8,5 +8,7 @@ use CodeIgniter\Router\RouteCollection;
$routes->get('/', 'Home::index');
$routes->get('/about', 'Home::about');
$routes->get('/contact', 'Home::contact');
$routes->post('/contact', 'Home::contact');
$routes->get('/book', 'Home::book');
$routes->post('/book', 'Home::book');
$routes->get('/our-service', 'Home::ourService');