Пример #1
0
 def GET_promohealth(self):
     response.headers['Content-Type'] = 'text/plain'
     return json.dumps(promote.health_check())
Пример #2
0
 def GET_promohealth(self):
     response.content_type = "application/json"
     return json.dumps(promote.health_check())
Пример #3
0
 def GET_promohealth(self):
     response.headers['Content-Type'] = 'text/plain'
     return json.dumps(promote.health_check())