路由重写
parent
83afcf4075
commit
e2ad3acff4
|
@ -52,3 +52,4 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
||||||
$route['default_controller'] = 'home';
|
$route['default_controller'] = 'home';
|
||||||
$route['404_override'] = '';
|
$route['404_override'] = '';
|
||||||
$route['translate_uri_dashes'] = FALSE;
|
$route['translate_uri_dashes'] = FALSE;
|
||||||
|
$route['api/upload'] = 'upload/localhost';
|
||||||
|
|
Loading…
Reference in New Issue