mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-04 09:39:32 +08:00
fix: remove dup-prefix in bot_routes (#16492)
This commit is contained in:
@@ -53,5 +53,5 @@ func RegisterAgentbotRoutes(g *gin.RouterGroup, mw gin.HandlerFunc, h *handler.B
|
||||
}
|
||||
g.POST("/:agent_id/completions", h.AgentbotCompletion)
|
||||
g.GET("/:agent_id/inputs", h.AgentbotInputs)
|
||||
g.GET("/:shared_id/logs/:message_id", h.GetAgentbotLogs)
|
||||
g.GET("/:agent_id/logs/:message_id", h.GetAgentbotLogs)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user