Merge branch 'main' of https://github.com/xpzouying/xiaohongshu-mcp into feature/comment-feed-logic
This commit is contained in:
@@ -40,6 +40,7 @@ func setupRoutes(appServer *AppServer) *gin.Engine {
|
||||
{
|
||||
api.GET("/login/status", appServer.checkLoginStatusHandler)
|
||||
api.GET("/login/qrcode", appServer.getLoginQrcodeHandler)
|
||||
api.DELETE("/login/cookies", appServer.deleteCookiesHandler)
|
||||
api.POST("/publish", appServer.publishHandler)
|
||||
api.POST("/publish_video", appServer.publishVideoHandler)
|
||||
api.GET("/feeds/list", appServer.listFeedsHandler)
|
||||
|
||||
Reference in New Issue
Block a user