remotes/1693045480750635534/spooky-22
Aevann1 2022-03-22 16:10:28 +02:00
parent 683c1152fe
commit 5e0f942c94
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ if SITE != 'rdrama.net':
from flask import render_template
import sys
socketio = SocketIO(app, async_mode='gevent', cors_allowed_origins='*')
socketio = SocketIO(app, async_mode='gevent', cors_allowed_origins=SITE_FULL)
typing = []
online = []
messages = []