def index(): # This route is mandatory for the load balancer return Response(json.dumps({'result': 'OK'}, cls=CustomJSONEncoder), status=200, mimetype="application/json")