diff --git a/app.py b/app.py index d11218f..a857b90 100644 --- a/app.py +++ b/app.py @@ -23,4 +23,4 @@ def api_daily_workout(): if __name__ == "__main__": - app.run(debug=True, port=80) \ No newline at end of file + app.run(debug=True, host="0.0.0.0", port=80) \ No newline at end of file