fix : Auth - 회원가입 추가
This commit is contained in:
@@ -71,6 +71,7 @@ public function handle(Request $request, Closure $next)
|
||||
// 화이트리스트(인증 예외 라우트)
|
||||
$allowWithoutAuth = [
|
||||
'api/v1/login',
|
||||
'api/v1/signup',
|
||||
'api/v1/debug-apikey',
|
||||
// 추가적으로 허용하고 싶은 라우트
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user