dyjh hace 6 años
padre
commit
e59fcef904
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      routes/web.php

+ 1 - 1
routes/web.php

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