2 Commits

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(