def healthz()

in app-template-python/main.py [0:0]


def healthz():
  return Response("{'a':'b'}", status=201, mimetype='application/json')