/api/inference/download 로그인 없이 접근 가능하도록 수정
This commit is contained in:
@@ -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