forked from DGNum/gestioCOF
3 lines
102 B
Python
3 lines
102 B
Python
from channels.routing import include
|
|
|
|
routing = [include("kfet.routing.routing", path=r"^/ws/k-fet")]
|