레이어관리 - 변화지도,라벨링툴 맵 리스트
This commit is contained in:
@@ -85,7 +85,8 @@ public class SecurityConfig {
|
||||
"/api/model/file-chunk-upload",
|
||||
"/api/upload/file-chunk-upload",
|
||||
"/api/upload/chunk-upload-complete",
|
||||
"/api/change-detection/**")
|
||||
"/api/change-detection/**",
|
||||
"/api/layer/map/**")
|
||||
.permitAll()
|
||||
// 로그인한 사용자만 가능 IAM
|
||||
.requestMatchers(
|
||||
|
||||
Reference in New Issue
Block a user