@@ -63,6 +63,7 @@ def delete_compito(id):
for ciscomerda in compiti:
if ciscomerda["id"] == id:
compiti.remove(ciscomerda)
update_file()
return jsonify(ciscomerda), 200
return jsonify([]), 404
The note is not visible to the blocked user.