mirror of
https://github.com/hwanny1128/HGZero.git
synced 2026-01-21 11:26:23 +00:00
fix: fix jwt config
This commit is contained in:
parent
2492fbb4bc
commit
52bcc3ac2e
@ -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