示例#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())