spring security 파일 다운로드 설정 추가

This commit is contained in:
2026-01-19 20:22:41 +09:00
parent 9e7ed0e53f
commit 9dcc4dcf98
3 changed files with 7 additions and 2 deletions

View File

@@ -449,7 +449,7 @@ public class InferenceResultApiController {
.body((Resource) resource);
}
@Operation(summary = "shp 파일 다운로드 이력", description = "추론관리 분석결과 shp 파일 다운로드 이")
@Operation(summary = "shp 파일 다운로드 이력", description = "추론관리 분석결과 shp 파일 다운로드 이")
@GetMapping(value = "/download-audit/{uuid}")
@ApiResponses(
value = {