Compare commits
3 Commits
0602db1436
...
352ec6ccb0
| Author | SHA1 | Date | |
|---|---|---|---|
| 352ec6ccb0 | |||
| 6a989255a3 | |||
| 878b21573f |
@@ -261,6 +261,7 @@ public class DatasetDto {
|
||||
this.datasetId = datasetId;
|
||||
this.uuid = uuid;
|
||||
this.dataType = dataType;
|
||||
this.dataTypeName = getDataTypeName(dataType);
|
||||
this.title = title;
|
||||
this.roundNo = roundNo;
|
||||
this.compareYyyy = compareYyyy;
|
||||
|
||||
@@ -142,7 +142,7 @@ public class TrainApiController {
|
||||
return ApiResponseDto.ok("ok");
|
||||
}
|
||||
|
||||
@Operation(summary = "학습 취소", description = "학습 취소 API")
|
||||
@Operation(summary = "test 학습 취소", description = "학습 취소 API")
|
||||
@ApiResponses(
|
||||
value = {
|
||||
@ApiResponse(
|
||||
|
||||
Reference in New Issue
Block a user