notice but without the t
This commit is contained in:
7
notice/routing.py
Normal file
7
notice/routing.py
Normal file
@ -0,0 +1,7 @@
|
||||
from django.urls import re_path
|
||||
|
||||
from .consumers import NoticeConsumer
|
||||
|
||||
websocket_urlpatterns = [
|
||||
re_path(r'ws/notice$', NoticeConsumer.as_asgi()),
|
||||
]
|
Reference in New Issue
Block a user