Merge pull request #21 from hwanny1128/feat/notification-noti_request

fix: fix jwt config
This commit is contained in:
Daewoong Jeon 2025-10-28 10:01:24 +09:00 committed by GitHub
commit a5e1de40dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -83,6 +83,6 @@ public class JwtAuthenticationFilter extends OncePerRequestFilter {
path.startsWith("/swagger-ui") || path.startsWith("/swagger-ui") ||
path.startsWith("/v3/api-docs") || path.startsWith("/v3/api-docs") ||
path.equals("/health") || path.equals("/health") ||
path.equals("/api/v1/auth/login"); path.equals("/api/auth/login");
} }
} }