forked from DGNum/gestioCOF
Pour la prod!
This commit is contained in:
parent
3ead35e171
commit
7f8c825c2a
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ from channels.routing import route, route_class
|
||||||
from kfet import consumers
|
from kfet import consumers
|
||||||
|
|
||||||
channel_routing = [
|
channel_routing = [
|
||||||
route_class(consumers.KPsul, path=r"^/ws/k-fet/k-psul/$"),
|
route_class(consumers.KPsul, path=r"^/gestion/ws/k-fet/k-psul/$"),
|
||||||
#route("websocket.connect", ws_kpsul_history_connect),
|
#route("websocket.connect", ws_kpsul_history_connect),
|
||||||
#route('websocket.receive', ws_message)
|
#route('websocket.receive', ws_message)
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue