We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8b52fc commit 27c3d6dCopy full SHA for 27c3d6d
server/handler/health.go
@@ -28,6 +28,7 @@ type HealthCheck struct {
28
29
func Health() http.Handler {
30
return http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
31
+ bassapp.IgnoreAll(r)
32
baseapp.WriteJSON(w, http.StatusOK, &HealthCheck{Status: "ok", Version: version.GetVersion()})
33
})
34
}
0 commit comments