Skip to content

Commit

Permalink
chore: health check endpoint 인증 대상에서 제외
Browse files Browse the repository at this point in the history
  • Loading branch information
Wo-ogie committed Apr 15, 2024
1 parent 34da23e commit 1d597c4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ public class SecurityConfig {

private static final String[] AUTH_WHITE_PATHS = {
"/swagger-ui/**",
"/v3/api-docs/**"
"/v3/api-docs/**",
"/health"
};

private static final Map<String, HttpMethod> AUTH_WHITE_LIST = new HashMap<>();
Expand Down

0 comments on commit 1d597c4

Please sign in to comment.