Commit ea9b5470 by tetiana yaremko

route update

parent b3261acc
Showing with 1 additions and 1 deletions
...@@ -49,6 +49,6 @@ defined('BASEPATH') OR exit('No direct script access allowed'); ...@@ -49,6 +49,6 @@ defined('BASEPATH') OR exit('No direct script access allowed');
| Examples: my-controller/index -> my_controller/index | Examples: my-controller/index -> my_controller/index
| my-controller/my-method -> my_controller/my_method | my-controller/my-method -> my_controller/my_method
*/ */
$route['default_controller'] = 'login'; $route['default_controller'] = 'auth/login';
$route['404_override'] = ''; $route['404_override'] = '';
$route['translate_uri_dashes'] = FALSE; $route['translate_uri_dashes'] = FALSE;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment