temporary fix for websockets
This commit is contained in:
parent
e45a1f271e
commit
e43d4837c3
7 changed files with 63 additions and 17 deletions
|
@ -3,6 +3,6 @@ from django.urls import path
|
|||
from .consumers import NotifyConsumer
|
||||
|
||||
websocket_urlpatterns = [
|
||||
path('ws/notify/<str:event_slug>/', NotifyConsumer.as_asgi()),
|
||||
path('ws/notify/', NotifyConsumer.as_asgi()),
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue