gestioCOF/gestioasso/routing.py

4 lines
102 B
Python
Raw Normal View History

from channels.routing import include
routing = [include("kfet.routing.routing", path=r"^/ws/k-fet")]