spotless + 학습데이터 geojson 생성 커밋
This commit is contained in:
@@ -565,4 +565,11 @@ public class TrainingDataReviewApiController {
|
||||
trainingDataReviewJobService.assignReviewerYesterdayLabelComplete();
|
||||
return ApiResponseDto.ok(null);
|
||||
}
|
||||
|
||||
@Operation(summary = "검수완료된 라벨링 geojson 생성(스케줄링 수동 호출)", description = "검수완료된 라벨링 geojson 생성")
|
||||
@GetMapping("/run-label-geojson")
|
||||
public ApiResponseDto<Long> runExportGeojsonLabelingGeom() {
|
||||
trainingDataReviewJobService.exportGeojsonLabelingGeom();
|
||||
return ApiResponseDto.ok(0L);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user