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

Merge branch 'master' of gitlab.cl.uni-heidelberg.de:will/joeynmt-server

parents 25fbe48a d59b2d8d
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