gq il y a 7 ans
Parent
commit
58afe17d4b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      server/app/Http/Controllers/Api/V1/Controller.php

+ 1 - 1
server/app/Http/Controllers/Api/V1/Controller.php

xqd
@@ -30,7 +30,7 @@ class Controller extends BaseController
         $this->middleware('auth:api', [
             'except' => [
                 'upload', 'getCode', 'reset', 'login', 'get', 'register', 'alipayNotify', 'wechatpayNotify',
-                'get', 'area', 'get_province', 'get_city', 'get_county', 'test','index/home'
+                'get', 'area', 'get_province', 'get_city', 'get_county', 'test','index/home','attachment/upload'
             ]
         ]);