Skip to content
Snippets Groups Projects
Commit b523d4a2 authored by Sascha Herzinger's avatar Sascha Herzinger
Browse files

Small API fix

parent de3e3884
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -115,7 +115,7 @@ def delete_data(params):
return '', 200
@data_blueprint.route('/', methods=['DELETE'])
@data_blueprint.route('', methods=['DELETE'])
def delete_all_data():
for data_id in session['data_ids']:
delete_data(data_id)
......
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