test
This commit is contained in:
parent
969fe52619
commit
2b593bd347
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -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="*")
|
Loading…
Reference in a new issue