func healthHandler()

in code/client/main.go [113:116]


func healthHandler(w http.ResponseWriter, r *http.Request) {
	respond(w, r, http.StatusInternalServerError, []byte("ok"), nil)
	return
}