미사용 쿼리 삭제, 추론 주석 추가, api/inference/download/ 권한 제거 수정
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user