Skip to content

Commit

Permalink
remove /health ep from PublicEndpointsProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
svencc committed Sep 24, 2023
1 parent faa8859 commit f43a36f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ private static List<RequestMatcher> authenticateEndpoints() {
@NonNull
private static List<RequestMatcher> actuatorEndpoints() {
return List.of(
AntPathRequestMatcher.antMatcher(HttpMethod.GET, "/health"),
AntPathRequestMatcher.antMatcher(HttpMethod.GET, "/actuator"),
AntPathRequestMatcher.antMatcher(HttpMethod.GET, "/actuator/health")
);
Expand Down

0 comments on commit f43a36f

Please sign in to comment.