This commit is contained in:
Mateusz779 2023-04-14 14:13:12 +02:00
parent 63af20c44b
commit 7b3b1041ff

2
app.py
View File

@ -166,7 +166,7 @@ def release_allocation():
if id_allocation is not None:
db.del_image_allocation_id(id_allocation)
else:
return jsonify(message="400")
return jsonify(message="404")
return jsonify(message="200")