mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
Single quotes in routes.php
This commit is contained in:
parent
faa22ad972
commit
93dce95c51
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@
|
|||
|
|
||||
*/
|
||||
|
||||
$route['default_controller'] = "appointments";
|
||||
$route['default_controller'] = 'appointments';
|
||||
$route['404_override'] = 'errors/error404';
|
||||
|
||||
|
||||
|
@ -48,7 +48,7 @@ $route['404_override'] = 'errors/error404';
|
|||
| REST API ROUTING
|
||||
| -------------------------------------------------------------------------
|
||||
| The following routes will point the API calls into the correct controller
|
||||
| callback methods. This routes also define the HTTP verbs that they are
|
||||
| callback methods. This routes also define the HTTP verbs that they are
|
||||
| used for each operation.
|
||||
|
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue