mirror of
https://github.com/langgenius/dify.git
synced 2026-02-11 10:01:30 -05:00
6 lines
194 B
Python
6 lines
194 B
Python
import socketio # type: ignore[reportMissingTypeStubs]
|
|
|
|
from configs import dify_config
|
|
|
|
sio = socketio.Server(async_mode="gevent", cors_allowed_origins=dify_config.CONSOLE_CORS_ALLOW_ORIGINS)
|