clean: project is healthy now :)
This commit is contained in:
@ -1,9 +1,7 @@
|
||||
from django.urls import re_path
|
||||
|
||||
from . import consumersChat
|
||||
from . import consumersNotice
|
||||
|
||||
websocket_urlpatterns = [
|
||||
re_path(r'ws/chat/(?P<chat_id>\d+)$', consumersChat.ChatConsumer.as_asgi()),
|
||||
re_path(r'ws/chat/notice$', consumersNotice.ChatNoticeConsumer.as_asgi()),
|
||||
]
|
||||
|
Reference in New Issue
Block a user