kpsul/cof/routing.py

7 lines
110 B
Python
Raw Permalink Normal View History

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