미사용 쿼리 삭제, 추론 주석 추가, api/inference/download/ 권한 제거 수정

This commit is contained in:
2026-02-26 12:36:02 +09:00
parent 7980fe1d42
commit 2188d426d4
5 changed files with 13 additions and 21 deletions

View File

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