diff --git a/app/main.py b/app/main.py index 4dc3538..1d65456 100644 --- a/app/main.py +++ b/app/main.py @@ -91,4 +91,4 @@ def save_tokens(access_token, refresh_token, expiration_seconds): response.raise_for_status() if __name__ == '__main__': - app.run(debug=True, port=5000) \ No newline at end of file + app.run(host='0.0.0.0', debug=True, port=5000) \ No newline at end of file