gq %!s(int64=7) %!d(string=hai) anos
pai
achega
b018a8a4a8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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', 'login', 'wechatLogin', 'alipayNotify', 'wechatpayNotify',
-                'download',  'test','home'
+                'download',  'test',
             ]
         ]);