Single quotes in routes.php

This commit is contained in:
Alex Tselegidis 2020-10-19 19:37:06 +03:00
parent faa22ad972
commit 93dce95c51
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
| |
*/ */
$route['default_controller'] = "appointments"; $route['default_controller'] = 'appointments';
$route['404_override'] = 'errors/error404'; $route['404_override'] = 'errors/error404';
@ -48,7 +48,7 @@ $route['404_override'] = 'errors/error404';
| REST API ROUTING | REST API ROUTING
| ------------------------------------------------------------------------- | -------------------------------------------------------------------------
| The following routes will point the API calls into the correct controller | 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. | used for each operation.
| |
*/ */