mirror of
https://github.com/langgenius/dify.git
synced 2026-02-27 13:07:08 +08:00
Merge branch 'p284' into deploy/dev
This commit is contained in:
3
api/extensions/ext_socketio.py
Normal file
3
api/extensions/ext_socketio.py
Normal file
@ -0,0 +1,3 @@
|
||||
import socketio
|
||||
|
||||
sio = socketio.Server(async_mode="gevent", cors_allowed_origins="*")
|
||||
Reference in New Issue
Block a user