func live()

in config/diagnostics.go [43:45]


func live(w http.ResponseWriter, _ *http.Request) {
	w.WriteHeader(http.StatusNoContent)
}