"优化评论反馈逻辑:简化回复按钮查找和点击流程
This commit is contained in:
@@ -47,6 +47,7 @@ func setupRoutes(appServer *AppServer) *gin.Engine {
|
||||
api.POST("/feeds/detail", appServer.getFeedDetailHandler)
|
||||
api.POST("/user/profile", appServer.userProfileHandler)
|
||||
api.POST("/feeds/comment", appServer.postCommentHandler)
|
||||
api.POST("/feeds/comment/reply", appServer.replyCommentHandler)
|
||||
}
|
||||
|
||||
return router
|
||||
|
||||
Reference in New Issue
Block a user