From ae74d84983278fa75424bc065a2d0d45cd6ad1de Mon Sep 17 00:00:00 2001 From: Andrea Fiorencis Date: Thu, 26 Feb 2026 13:14:52 +0100 Subject: [PATCH] Cambio indirizzo di ascolto (su tutti gli host) --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 2efec36..bdcfb4a 100644 --- a/app.py +++ b/app.py @@ -48,4 +48,4 @@ def delete_compito(id): return jsonify(ciscomerda), 200 return jsonify([]), 404 -app.run(debug=True) +app.run("0.0.0.0")