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.
2 parents 0087406 + c1b1984 commit 2ed9d91Copy full SHA for 2ed9d91
ui/ui.go
@@ -45,6 +45,7 @@ func Start(cfg Config, listener net.Listener) {
45
}
46
47
mainRouter := mux.NewRouter()
48
+ mainRouter.Handle("/healthcheck", healthcheckHandler(cfg))
49
mainRouter.Handle("/healthcheck/", healthcheckHandler(cfg))
50
51
apiRouter := mainRouter.PathPrefix("/api").Subrouter()
0 commit comments