forked from rDrama/rDrama
1
0
Fork 0

testing on prod

master
Aevann1 2022-08-26 17:53:40 +02:00
parent bcaa74786e
commit bdc0727ac2
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ import atexit
socketio = SocketIO(
app,
async_mode='gevent',
cors_allowed_origins=["*"],
cors_allowed_origins='*',
logger=True,
engineio_logger=True,
debug=True