Fix WebSocket failure on K-Psul
This commit is contained in:
parent
e8fe856262
commit
e292318245
1 changed files with 1 additions and 1 deletions
|
@ -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/$"),
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue