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