0.3.0
chat v3
This commit is contained in:
7
ChatServiceApp/websocket_urls.py
Normal file
7
ChatServiceApp/websocket_urls.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.urls import re_path
|
||||
from .websocket_views import *
|
||||
|
||||
websocket_urlpatterns = [
|
||||
re_path(r'ws/socket-server/', ChatConsumer.as_asgi())
|
||||
|
||||
]
|
||||
Reference in New Issue
Block a user