From 93dce95c51e7e936f72a1deacc09150f49de4871 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Mon, 19 Oct 2020 19:37:06 +0300 Subject: [PATCH] Single quotes in routes.php --- application/config/routes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/config/routes.php b/application/config/routes.php index 08475bd8..59c824cf 100644 --- a/application/config/routes.php +++ b/application/config/routes.php @@ -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. | */