zmy05
parent
0d1707aa56
commit
ca889c252e
|
@ -40,5 +40,4 @@ public class VideoController {
|
||||||
List<VideoCommentVo> videoCommentVoList = videoService.findVideoCommentList(videoId);
|
List<VideoCommentVo> videoCommentVoList = videoService.findVideoCommentList(videoId);
|
||||||
return HealthR.ok(videoCommentVoList);
|
return HealthR.ok(videoCommentVoList);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue