Skip to content
Snippets Groups Projects
Commit d59b2d8d authored by Simon Will's avatar Simon Will
Browse files

Fix simple error in route declaration

parent 1c72cc6d
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ def validate():
return jsonify(response), status
@current_app.route('/validations', methods='GET')
@current_app.route('/validations', methods=['GET'])
def validations():
label = request.args.get('label')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment