feat: websockets
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from django.urls import re_path
|
||||
|
||||
from backoffice.consumers import EchoConsumer
|
||||
|
||||
websocket_urlpatterns = [
|
||||
re_path(r'^ws/backoffice/echo/$', EchoConsumer.as_asgi()),
|
||||
]
|
||||
Reference in New Issue
Block a user