func ok()

in service/main.go [69:71]


func ok(w http.ResponseWriter, r *http.Request) {
	fmt.Fprint(w, "OK")
}