Skip to content

Commit

Permalink
Fix: 로드밸런스 healthcheck 오류 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
tioon committed Apr 25, 2024
1 parent ca16af1 commit 293d3a0
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ public final class SecurityConstants {
// Swagger 제외 과정
"/v3/**", "/swagger-ui/**",
// Error 페이지
"/error"
"/error",
// 로드밸런스 헬스체크
"/healthcheck"
};

public static final String[] AUTHENTICATED_LIST = {
Expand Down

0 comments on commit 293d3a0

Please sign in to comment.