Rimozione aggiornamento file a operazione DELETE fallita

This commit is contained in:
2026-03-03 11:49:43 +01:00
parent e6c8964f19
commit 11a3f8a31e

1
app.py
View File

@@ -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")