테스트 실행 추가

This commit is contained in:
2026-02-11 22:00:35 +09:00
parent 2f8bd1f98c
commit 878b21573f

View File

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