This commit is contained in:
2026-03-12 08:08:59 +09:00
parent 413afb0b7c
commit c9a1007c21
6 changed files with 37 additions and 48 deletions

View File

@@ -48,9 +48,7 @@ public class SecurityConfig {
auth
// .requestMatchers("/chunk_upload_test.html").authenticated()
.requestMatchers("/monitor/health"
, "/monitor/health/**"
)
.requestMatchers("/monitor/health", "/monitor/health/**")
.permitAll()
// 맵시트 영역 전체 허용 (우선순위 최상단)
@@ -119,8 +117,7 @@ public class SecurityConfig {
"/api/user/**",
"/api/my/menus",
"/api/training-data/label/**",
"/api/training-data/review/**"
)
"/api/training-data/review/**")
.authenticated()
// 나머지는 메뉴권한