diff --git a/core/core-security/src/main/java/com/mm/coresecurity/config/WebSecurityConfig.java b/core/core-security/src/main/java/com/mm/coresecurity/config/WebSecurityConfig.java index 8088f84..47bf3b1 100644 --- a/core/core-security/src/main/java/com/mm/coresecurity/config/WebSecurityConfig.java +++ b/core/core-security/src/main/java/com/mm/coresecurity/config/WebSecurityConfig.java @@ -100,6 +100,7 @@ public SecurityFilterChain securityFilterChain(HttpSecurity http) throws Excepti private RequestMatcher[] permitAllRequests() { List requestMatchers = List.of( + antMatcher("/health-check"), antMatcher("/swagger-ui/**"), antMatcher("/swagger-ui"), antMatcher("/swagger-ui.html"),