shp파일 a 링크로 다운로드할때 이력 저장 변경
This commit is contained in:
@@ -105,8 +105,7 @@ 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(
|
||||||
|
|||||||
Reference in New Issue
Block a user