⚡ optimize the list of comments
This commit is contained in:
@@ -13,4 +13,6 @@ func CommentRouter(router *gin.RouterGroup) {
|
||||
router.POST("/auth/comment/list", commonApi.CommentList)
|
||||
router.POST("/auth/reply/list", commonApi.ReplyList)
|
||||
router.POST("/auth/reply/reply/submit", commonApi.ReplyReplySubmit)
|
||||
router.POST("/auth/comment/like", commonApi.CommentLikes)
|
||||
router.POST("/auth/comment/cancel_like", commonApi.CancelCommentLikes)
|
||||
}
|
||||
|
Reference in New Issue
Block a user