Started app at 0.0.0.0 host

This commit is contained in:
Verox001 2024-03-05 10:37:18 +01:00
parent 7aec15c4cd
commit 295f02509c

2
app.py
View File

@ -667,4 +667,4 @@ def add_user():
# Run the application # Run the application
if __name__ == '__main__': if __name__ == '__main__':
app.run(port=5000, debug=True) app.run(host="0.0.0.0", port=5000, debug=True)