This website requires JavaScript.
Explore
Help
Sign In
opensource
/
dify
mirror of
https://github.com/langgenius/dify.git
Watch
2
Star
0
Fork
You've already forked dify
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7a3825cfce
dify
/
api
/
extensions
/
ext_socketio.py
4 lines
86 B
Python
Raw
Blame
History
import
socketio
sio
=
socketio
.
Server
(
async_mode
=
"
gevent
"
,
cors_allowed_origins
=
"
*
"
)
Reference in New Issue
View Git Blame
Copy Permalink