타일 url 시큐리티 추가

This commit is contained in:
2026-02-02 10:31:11 +09:00
parent e3ae889152
commit 699d39d402

View File

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