Skip to content

Commit

Permalink
error code updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepak Sharma committed Oct 30, 2019
1 parent b353d83 commit 0551bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rest_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ def get_stacks_report(report):
return flask.jsonify({
'key': "{key}".format(key=e.response.get('Error').get('Key')),
'message': "{}".format(e.response.get('Error').get('Message'))
}), 400
}), 404


@app.route('/api/v1/ingestion-report/list', methods=['GET'])
Expand Down

0 comments on commit 0551bae

Please sign in to comment.