shp파일 a 링크로 다운로드할때 이력 저장 변경

This commit is contained in:
2026-02-26 15:26:21 +09:00
parent d7f2d22b93
commit cea1f01ed9

View File

@@ -105,8 +105,7 @@ public class SecurityConfig {
"/api/layer/map/**", "/api/layer/map/**",
"/api/layer/tile-url", "/api/layer/tile-url",
"/api/layer/tile-url-year", "/api/layer/tile-url-year",
"/api/common-code/clazz", "/api/common-code/clazz")
"/api/inference/download/**")
.permitAll() .permitAll()
// 로그인한 사용자만 가능 IAM // 로그인한 사용자만 가능 IAM
.requestMatchers( .requestMatchers(