From 3112cab042521e91900a4af33aaeaaa4bf131e32 Mon Sep 17 00:00:00 2001 From: xiaoz Date: Fri, 12 Apr 2019 14:19:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/config/routes.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/config/routes.php b/application/config/routes.php index 2e73996..1339115 100644 --- a/application/config/routes.php +++ b/application/config/routes.php @@ -54,4 +54,5 @@ $route['404_override'] = ''; $route['translate_uri_dashes'] = FALSE; //API路由 $route['api/upload'] = 'upload/localhost'; +$route['api/upload/parse'] = 'upload/parse'; $route['api/upload/(:any)'] = 'upload/localhost/$1'; \ No newline at end of file