✨ update comment
This commit is contained in:
@@ -11,4 +11,6 @@ func CommentRouter(router *gin.RouterGroup) {
|
||||
router.POST("/auth/comment/submit", commonApi.CommentSubmit)
|
||||
router.POST("/auth/reply/submit", commonApi.ReplySubmit)
|
||||
router.POST("/auth/comment/list", commonApi.CommentList)
|
||||
router.POST("/auth/reply/list", commonApi.ReplyList)
|
||||
router.POST("/auth/reply/reply/submit", commonApi.ReplyReplySubmit)
|
||||
}
|
||||
|
Reference in New Issue
Block a user