dyjh 6 éve
szülő
commit
f1b1e2d228
1 módosított fájl, 7 hozzáadás és 2 törlés
  1. 7 2
      routes/web.php

+ 7 - 2
routes/web.php

xqd
@@ -10,10 +10,15 @@
 |
 */
 
-$noAuth = ['albumGetBanner' => 'get','albumCat' => 'get','albumXyxLogin' => 'post','albumSetting' => 'get'];
-$auth = [
+$noAuth = [
+    'Api/V1/Album/albumGetBanner' => 'get',
+    'Api/V1/Album/albumCat' => 'get',
+    'Api/V1/Album/albumXyxLogin' => 'post',
     'Api/V1/Album/albumSetting' => 'get'
 ];
+$auth = [
+    'Api/V1/Album/albumGoods' => 'post'
+];
 Route::get('/addons/furnitureWe7/public/', [
     'as' => 'attachment.download',
     'uses' => 'Web\AttachmentController@download',