diff --git a/app.py b/app.py index e6d4d38..b03dd88 100644 --- a/app.py +++ b/app.py @@ -23,4 +23,4 @@ def hello_2(name): if __name__ == '__main__': - app.run(host="127.0.0.1", port=8080, debug=True) \ No newline at end of file + app.run(host="0.0.0.0", port=8080, debug=True) \ No newline at end of file diff --git a/templates/hello.html b/templates/hello.html index 86d7d9b..7cdb4f1 100644 --- a/templates/hello.html +++ b/templates/hello.html @@ -5,11 +5,11 @@