/api/inference/download 로그인 없이 접근 가능하도록 수정

This commit is contained in:
2026-02-26 11:56:21 +09:00
parent a084c80715
commit ba562261c3

View File

@@ -105,7 +105,8 @@ 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(