コード例 #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
ファイル: health.py プロジェクト: BenjamenMeyer/deuce
 def on_get(self, req, resp):
     resp.body = json.dumps(Health.health())