mirror of
https://github.com/hwanny1128/HGZero.git
synced 2026-06-13 03:39:10 +00:00
fix: fix jwt config
This commit is contained in:
@@ -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");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user