Пример #1
0
 def get_health():
     return Health.health()
Пример #2
0
 def on_get(self, req, resp):
     resp.body = json.dumps(Health.health())
Пример #3
0
 def on_get(self, req, resp):
     resp.body = json.dumps(Health.health())