From b60cb17d88082d334ff58474aa129ab5d7d97da4 Mon Sep 17 00:00:00 2001 From: liangyuyan <1103300295@qq.com> Date: Mon, 9 Nov 2020 15:45:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E8=B7=AF=E7=94=B1-=E6=9A=82=E6=97=B6?= =?UTF-8?q?=E4=B8=8D=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Admin/routes.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Admin/routes.php b/app/Admin/routes.php index 6fe9bd9..81605a6 100644 --- a/app/Admin/routes.php +++ b/app/Admin/routes.php @@ -96,7 +96,6 @@ Route::group([ // 普通商品统计 $router->resource('/goods_report', 'v3\GoodsReportController'); $router->any('/goods_report_export', 'v3\GoodsReportController@export'); - // 自定义上传文件 - $router->any('/custom_file', 'v3\CustomFileController@handle'); + });