mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
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';
|
||||
|
||||
$route['default_controller'] = 'appointments';
|
||||
$route['default_controller'] = 'booking';
|
||||
|
||||
$route['404_override'] = '';
|
||||
|
||||
|
|
Loading…
Reference in a new issue