dyjh 6 년 전
부모
커밋
0dd8bff448
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      routes/web.php

+ 1 - 1
routes/web.php

xqd
@@ -12,7 +12,7 @@
 
 $noAuth = ['albumGetBanner','albumCat','albumXyxLogin','albumSetting'];
 
-Route::get('attachment/{md5}', [
+Route::get('/addons/furnitureWe7/public/?route=Admin/Base/Index/index', [
     'as' => 'attachment.download',
     'uses' => 'Web\AttachmentController@download',
 ]);