[KC-116] 추론 전체 실행 파일생성 수정

This commit is contained in:
2026-01-19 18:01:49 +09:00
parent a586c440fb
commit 2b1f52bd44
3 changed files with 7 additions and 5 deletions

View File

@@ -170,7 +170,7 @@ public class InferenceResultApiController {
@DeleteMapping("/end")
public ApiResponseDto<Void> getInferenceGeomList() {
inferenceResultService.deleteInferenceEnd();
return null;
return ApiResponseDto.ok(null);
}
@Operation(summary = "분석 모델 선택 조회", description = "변화탐지 실행 정보 입력 모델선택 팝업 ")