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