Ejemplo n.º 1
0
 def get_health():
     return Health.health()
Ejemplo n.º 2
0
 def on_get(self, req, resp):
     resp.body = json.dumps(Health.health())
Ejemplo n.º 3
0
 def on_get(self, req, resp):
     resp.body = json.dumps(Health.health())