-
This commit is contained in:
parent
63af20c44b
commit
7b3b1041ff
2
app.py
2
app.py
@ -166,7 +166,7 @@ def release_allocation():
|
|||||||
if id_allocation is not None:
|
if id_allocation is not None:
|
||||||
db.del_image_allocation_id(id_allocation)
|
db.del_image_allocation_id(id_allocation)
|
||||||
else:
|
else:
|
||||||
return jsonify(message="400")
|
return jsonify(message="404")
|
||||||
|
|
||||||
return jsonify(message="200")
|
return jsonify(message="200")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user