cbx
zmyYYDS 2024-01-14 22:37:00 +08:00
parent 0d1707aa56
commit ca889c252e
1 changed files with 0 additions and 1 deletions

View File

@ -40,5 +40,4 @@ public class VideoController {
List<VideoCommentVo> videoCommentVoList = videoService.findVideoCommentList(videoId);
return HealthR.ok(videoCommentVoList);
}
}