shp파일 a 링크로 다운로드할때 이력 저장 변경

This commit is contained in:
2026-02-26 15:25:10 +09:00
parent 2188d426d4
commit eccdfb17e6
13 changed files with 102 additions and 44 deletions

View File

@@ -77,7 +77,7 @@ public class SecurityConfig {
// 다운로드는 인증 필요
.requestMatchers(HttpMethod.GET, DownloadPaths.PATTERNS)
.authenticated()
.permitAll()
// 메뉴 등록 ADMIN만 가능
.requestMatchers(HttpMethod.POST, "/api/menu/auth")