This commit is contained in:
2000-Trek 2023-06-23 20:32:40 +02:00
parent 969fe52619
commit 2b593bd347

View file

@ -326,4 +326,4 @@ def documentation():
def main():
atexit.register(exit_handler)
website_log.info("Website is starting")
socketio.run(app, host='0.0.0.0', port=5000)
socketio.run(app, host='0.0.0.0', port=5000, cors_allowed_origins="*")