Skip to content

Commit 5e89c73

Browse files
authored
Merge pull request #254 from prgrms-web-devcourse-final-project/chore/33-infra
chore[infra]: actuator 확인용
2 parents 17756a8 + c8599dc commit 5e89c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/main/java/com/ai/lawyer/global/security/SecurityConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public class SecurityConfig {
5757
"/api/law-word/**", // 법률 용어 (공개)
5858
"/api/chat/**", // 챗봇 (공개)
5959
"/h2-console/**", // H2 콘솔 (개발용)
60-
"/actuator/health", "/actuator/health/**", "/actuator/info",
60+
"/actuator/health", "/actuator/health/**", "/actuator/info", // Spring Actuator
6161
"/api/actuator/health", "/api/actuator/health/**", "/api/actuator/info"
6262
};
6363

0 commit comments

Comments
 (0)