예제 #1
0
파일: health.py 프로젝트: raxyu/deuce-pub
 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())