The default route should point to the booking controller

This commit is contained in:
alextselegidis 2021-11-18 07:12:30 +01:00
parent 7eac5b8638
commit fa52b14bb7
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
require_once __DIR__ . '/../helpers/routes_helper.php'; require_once __DIR__ . '/../helpers/routes_helper.php';
$route['default_controller'] = 'appointments'; $route['default_controller'] = 'booking';
$route['404_override'] = ''; $route['404_override'] = '';