Skip to content

Commit 3112cab

Browse files
committed
更新路由
1 parent a3b7501 commit 3112cab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

application/config/routes.php

+1
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,5 @@
5454
$route['translate_uri_dashes'] = FALSE;
5555
//API路由
5656
$route['api/upload'] = 'upload/localhost';
57+
$route['api/upload/parse'] = 'upload/parse';
5758
$route['api/upload/(:any)'] = 'upload/localhost/$1';

0 commit comments

Comments
 (0)