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