diff --git a/backend/main.py b/backend/main.py index c23e910..1b323dd 100644 --- a/backend/main.py +++ b/backend/main.py @@ -160,4 +160,4 @@ if __name__ == "__main__": with app.app_context(): db.create_all() - app.run(debug=True, port=5080) \ No newline at end of file + app.run(debug=True, port=5080, host="0.0.0.0") \ No newline at end of file