shp파일 a 링크로 다운로드할때 이력 저장 변경
This commit is contained in:
@@ -77,7 +77,7 @@ public class SecurityConfig {
|
||||
|
||||
// 다운로드는 인증 필요
|
||||
.requestMatchers(HttpMethod.GET, DownloadPaths.PATTERNS)
|
||||
.authenticated()
|
||||
.permitAll()
|
||||
|
||||
// 메뉴 등록 ADMIN만 가능
|
||||
.requestMatchers(HttpMethod.POST, "/api/menu/auth")
|
||||
|
||||
Reference in New Issue
Block a user