You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When http.ServerMux is as the handler of another ServerMux, the top path expect a / in the end of path.
So b.TelemetryHandle(debugEndpoint, mux) should be b.TelemetryHandle(debugEndpoint+"/", mux)
The text was updated successfully, but these errors were encountered:
When http.ServerMux is as the handler of another ServerMux, the top path expect a / in the end of path.
So b.TelemetryHandle(debugEndpoint, mux) should be b.TelemetryHandle(debugEndpoint+"/", mux)
The text was updated successfully, but these errors were encountered: