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