路由重写

dev
xiaoz 2019-04-10 17:43:55 +08:00
parent 83afcf4075
commit e2ad3acff4
1 changed files with 1 additions and 0 deletions

View File

@ -52,3 +52,4 @@ defined('BASEPATH') OR exit('No direct script access allowed');
$route['default_controller'] = 'home';
$route['404_override'] = '';
$route['translate_uri_dashes'] = FALSE;
$route['api/upload'] = 'upload/localhost';