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

Merged
teddy merged 3 commits from feat/infer_dev_260211 into develop 2026-02-26 15:27:17 +09:00
Showing only changes of commit cea1f01ed9 - Show all commits

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(