레이어관리 - 변화지도,라벨링툴 맵 리스트

This commit is contained in:
2026-01-29 20:56:14 +09:00
parent cea1d82bd9
commit 9bec466d7c
7 changed files with 184 additions and 1 deletions

View File

@@ -85,7 +85,8 @@ public class SecurityConfig {
"/api/model/file-chunk-upload",
"/api/upload/file-chunk-upload",
"/api/upload/chunk-upload-complete",
"/api/change-detection/**")
"/api/change-detection/**",
"/api/layer/map/**")
.permitAll()
// 로그인한 사용자만 가능 IAM
.requestMatchers(