fix : Auth - 회원가입 추가

This commit is contained in:
2025-08-18 16:37:02 +09:00
parent 6f1842181e
commit 00569cf4be
5 changed files with 187 additions and 90 deletions

View File

@@ -71,6 +71,7 @@ public function handle(Request $request, Closure $next)
// 화이트리스트(인증 예외 라우트)
$allowWithoutAuth = [
'api/v1/login',
'api/v1/signup',
'api/v1/debug-apikey',
// 추가적으로 허용하고 싶은 라우트
];