change: minor change to health check api endpoint

This commit is contained in:
Torkel Ödegaard
2017-04-25 17:24:06 +02:00
parent 6538e86793
commit f6f2d85aa7
+1 -2
View File
@@ -170,8 +170,7 @@ func (hs *HttpServer) healthHandler(ctx *macaron.Context) {
}
data := simplejson.New()
data.Set("status", "ok")
data.Set("db_status", "ok")
data.Set("database", "ok")
data.Set("version", setting.BuildVersion)
data.Set("commit", setting.BuildCommit)