feat: 支持返回登录二维码与 Docker 部署 (#155)
* feat: 支持返回登录二维码与 Docker 部署 * feat: 完善扫码登录功能 * fix: 修复当存在已经登录的情况,上层还会启动 goroutine的问题,并把 mcp 的返回增加为图片格式
This commit is contained in:
@@ -29,6 +29,7 @@ func setupRoutes(appServer *AppServer) *gin.Engine {
|
||||
api := router.Group("/api/v1")
|
||||
{
|
||||
api.GET("/login/status", appServer.checkLoginStatusHandler)
|
||||
api.GET("/login/qrcode", appServer.getLoginQrcodeHandler)
|
||||
api.POST("/publish", appServer.publishHandler)
|
||||
api.GET("/feeds/list", appServer.listFeedsHandler)
|
||||
api.GET("/feeds/search", appServer.searchFeedsHandler)
|
||||
|
||||
Reference in New Issue
Block a user