Fix WebSocket failure on K-Psul

This commit is contained in:
Aurélien Delobelle 2017-01-05 14:27:25 +01:00
parent e8fe856262
commit e292318245

View file

@ -8,5 +8,5 @@ from channels.routing import route, route_class
from kfet import consumers
channel_routing = [
route_class(consumers.KPsul, path=r"^ws/k-fet/k-psul/$"),
route_class(consumers.KPsul, path=r"^/ws/k-fet/k-psul/$"),
]