@@ -30,7 +30,7 @@ class Controller extends BaseController
$this->middleware('auth:api', [
'except' => [
'upload', 'getCode', 'login', 'wechatLogin', 'alipayNotify', 'wechatpayNotify',
- 'download', 'test','home'
+ 'download', 'test',
]
]);