Skip to content

Commit 77fab21

Browse files
committed
Try allowing all origins
1 parent 2b56661 commit 77fab21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appyter/render/flask_app/socketio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from appyter.ext.socketio import AsyncServer
66

7-
socketio = AsyncServer(async_mode='aiohttp', cors_allowed_origins=[])
7+
socketio = AsyncServer(async_mode='aiohttp', cors_allowed_origins='*')
88

99
@socketio.on('connect')
1010
async def _(sid, environ):

0 commit comments

Comments
 (0)