kpsul/gestioCOF/routing.py
2017-10-26 09:25:26 +02:00

7 lines
110 B
Python

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