We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a5bfc8 commit 10fc111Copy full SHA for 10fc111
pkg/server/server.go
@@ -145,8 +145,8 @@ func (s *Server) handler(ctx *fasthttp.RequestCtx) {
145
s.ReleaseHandler.HandleHTTP(ctx)
146
case "/api/0/envelope/":
147
s.ErrorsHandler.HandleSentry(ctx)
148
- case "/test/generate-timeseries":
149
- s.HandleGenerateTestTimeSeries(ctx)
+ // case "/test/generate-timeseries":
+ // s.HandleGenerateTestTimeSeries(ctx)
150
default:
151
ctx.Error("Not found", fasthttp.StatusNotFound)
152
}
0 commit comments