추론실행 수정, develop pull 반영, 국유인 파일경로 dir 하드코딩 수정 #103
@@ -105,7 +105,8 @@ public class SecurityConfig {
|
||||
"/api/layer/map/**",
|
||||
"/api/layer/tile-url",
|
||||
"/api/layer/tile-url-year",
|
||||
"/api/common-code/clazz")
|
||||
"/api/common-code/clazz",
|
||||
"/api/inference/download/*")
|
||||
.permitAll()
|
||||
// 로그인한 사용자만 가능 IAM
|
||||
.requestMatchers(
|
||||
|
||||
Reference in New Issue
Block a user