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

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

xqd
@@ -29,8 +29,8 @@ class Controller extends BaseController
 
         $this->middleware('auth:api', [
             'except' => [
-                'upload', 'getCode', 'reset', 'login', 'get', 'register', 'alipayNotify', 'wechatpayNotify',
-                'get', 'area', 'download',  'test'
+                'upload', 'getCode', 'login', 'wechatLogin', 'alipayNotify', 'wechatpayNotify',
+                'download',  'test'
             ]
         ]);