diff --git a/be/run.py b/be/run.py index b4fc89e..41a134b 100644 --- a/be/run.py +++ b/be/run.py @@ -24,4 +24,4 @@ def index(): if __name__ == '__main__': - app.run(host='127.0.0.1', port=9060, debug=True) \ No newline at end of file + app.run(host='0.0.0.0', port=9060, debug=True)