second commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#
|
||||
# routing.py
|
||||
from django.urls import re_path
|
||||
from . import consumers
|
||||
|
||||
|
||||
websocket_urlpatterns = [
|
||||
re_path(r"ws/relay/(?P<uuid>[^/]+)/?$", consumers.RelayConsumer.as_asgi()),
|
||||
|
||||
]
|
||||
Reference in New Issue
Block a user