We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceedb89 commit 444a4cbCopy full SHA for 444a4cb
component/status/component.go
@@ -32,7 +32,7 @@ func (c Component) RegisterHttpHandlers(publicMux *http.ServeMux, internalMux *h
32
w.WriteHeader(http.StatusOK)
33
_, _ = w.Write([]byte("OK"))
34
})
35
- mux.HandleFunc("/version", func(w http.ResponseWriter, r *http.Request) {
+ internalMux.HandleFunc("/version", func(w http.ResponseWriter, r *http.Request) {
36
37
_, _ = w.Write([]byte(BuildInfo()))
38
0 commit comments