feat/training_260202 #41

Merged
gina merged 2 commits from feat/training_260202 into develop 2026-02-12 09:53:02 +09:00
Showing only changes of commit 878b21573f - Show all commits

View File

@@ -142,7 +142,7 @@ public class TrainApiController {
return ApiResponseDto.ok("ok");
}
@Operation(summary = "학습 취소", description = "학습 취소 API")
@Operation(summary = "test 학습 취소", description = "학습 취소 API")
@ApiResponses(
value = {
@ApiResponse(