From 7b3b1041ff7f4efcbcf9dafe7a48e671bc0647c2 Mon Sep 17 00:00:00 2001 From: Mateusz779 Date: Fri, 14 Apr 2023 14:13:12 +0200 Subject: [PATCH] - --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 6440e91..cc78814 100644 --- a/app.py +++ b/app.py @@ -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")