Skip to content

Commit

Permalink
♻️ [fix] SOPT-all#19 화이트리스트에 헬스체크 경로 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
choyeongju committed Jan 11, 2025
1 parent a49948d commit 99d2010
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ public class AuthConstant {
현재는 구현 중이기 때문에, 모든 경로에 대해서 허용해 준 상태입니다!
*/
public static final String[] AUTH_WHITE_LIST = {
"/api/v1/**"
"/api/v1/**",
"/actuator/health"
};

private AuthConstant() { // 이 클래스의 인스턴스 생성을 막기 위해 private 생성자
Expand Down

0 comments on commit 99d2010

Please sign in to comment.