Files
dify/api/extensions/ext_socketio.py
2026-01-13 17:50:16 +08:00

6 lines
154 B
Python

import socketio
from configs import dify_config
sio = socketio.Server(async_mode="gevent", cors_allowed_origins=dify_config.CONSOLE_CORS_ALLOW_ORIGINS)