Query to return the inbound api data for the service

This commit is contained in:
Rebecca Law
2017-06-19 16:35:15 +01:00
parent bd3704d123
commit ff5e8c1f33
3 changed files with 24 additions and 2 deletions

View File

@@ -591,3 +591,9 @@ def handle_sql_errror(e):
return jsonify(result='error', message="No result found"), 404
else:
raise e
@service_blueprint.route('/<uuid:service_id>/inbound-sms', methods=["POST"])
def push_inbound_sms_to_service(service_id):
pass