From 11a3f8a31e3121c299197512d94afebc0a5e6573 Mon Sep 17 00:00:00 2001 From: Andrea Fiorencis Date: Tue, 3 Mar 2026 11:49:43 +0100 Subject: [PATCH] Rimozione aggiornamento file a operazione DELETE fallita --- app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app.py b/app.py index d450ef2..db8d7e7 100644 --- a/app.py +++ b/app.py @@ -65,7 +65,6 @@ def delete_compito(id): compiti.remove(ciscomerda) update_file() return jsonify(ciscomerda), 200 - update_file() return jsonify([]), 404 @app.route("/ui")