The default route should point to the booking controller
This commit is contained in:
parent
7eac5b8638
commit
fa52b14bb7
1 changed files with 1 additions and 1 deletions
|
@ -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'] = '';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue