mirror of
https://github.com/hwanny1128/HGZero.git
synced 2026-01-21 13:46:26 +00:00
Merge pull request #21 from hwanny1128/feat/notification-noti_request
fix: fix jwt config
This commit is contained in:
commit
a5e1de40dd
@ -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");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user