Merge pull request '타일 url 시큐리티 추가' (#36) from feat/infer_dev_260107 into develop

Reviewed-on: #36
This commit was merged in pull request #36.
This commit is contained in:
2026-02-02 10:31:59 +09:00

View File

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