kpsul/gestioCOF/routing.py
2018-09-29 22:14:21 +02:00

7 lines
110 B
Python

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