We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b56661 commit 77fab21Copy full SHA for 77fab21
appyter/render/flask_app/socketio.py
@@ -4,7 +4,7 @@
4
5
from appyter.ext.socketio import AsyncServer
6
7
-socketio = AsyncServer(async_mode='aiohttp', cors_allowed_origins=[])
+socketio = AsyncServer(async_mode='aiohttp', cors_allowed_origins='*')
8
9
@socketio.on('connect')
10
async def _(sid, environ):
0 commit comments