헬스체크 시큐리티 설정 추가 #4

Merged
teddy merged 1 commits from feat/infer_dev_260107 into develop 2026-01-29 12:30:48 +09:00

View File

@@ -45,7 +45,8 @@ public class SecurityConfig {
auth ->
auth
// .requestMatchers("/chunk_upload_test.html").authenticated()
.requestMatchers("/monitor/health", "/monitor/health/**")
.permitAll()
// 맵시트 영역 전체 허용 (우선순위 최상단)
.requestMatchers("/api/mapsheet/**")
.permitAll()