We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3b7501 commit 3112cabCopy full SHA for 3112cab
application/config/routes.php
@@ -54,4 +54,5 @@
54
$route['translate_uri_dashes'] = FALSE;
55
//API路由
56
$route['api/upload'] = 'upload/localhost';
57
+$route['api/upload/parse'] = 'upload/parse';
58
$route['api/upload/(:any)'] = 'upload/localhost/$1';
0 commit comments