From 711c248769303753e655d3fce48d1b1a300f6dd6 Mon Sep 17 00:00:00 2001 From: null Date: Mon, 5 Feb 2024 08:25:14 +0100 Subject: [PATCH] githook test --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 7d48a72..873857b 100644 --- a/app.py +++ b/app.py @@ -7,5 +7,5 @@ def hello_world(): return 'Hello, World!' if __name__ == '__main__': - app.run(port=8080) + app.run(host='0.0.0.0', port=8080)