diff --git a/App/app.py b/App/app.py index b718a1e..4b49c69 100644 --- a/App/app.py +++ b/App/app.py @@ -26,4 +26,4 @@ def index(): def logout(): session.clear() return render_template('main_menu.html', ses=session) -app.run(port=5001, debug=True) \ No newline at end of file +app.run(port=5001, host='0.0.0.0') \ No newline at end of file