fix labels SSE paths
This commit is contained in:
parent
28b9492cb3
commit
65e5cf97fc
2 changed files with 2 additions and 2 deletions
|
|
@ -261,7 +261,7 @@ func (srv *Service) BindRoutes(group *gin.RouterGroup) {
|
|||
go srv.start(ctx)
|
||||
})
|
||||
|
||||
group.GET("/sse/label/:label", func(ctx *gin.Context) {
|
||||
group.GET("/sse/labels/:label", func(ctx *gin.Context) {
|
||||
ctx.Header("connection", "keep-alive")
|
||||
|
||||
labelParam := ctx.Param("label")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue