ai chat init
This commit is contained in:
7
backend/ai/routing.py
Normal file
7
backend/ai/routing.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.urls import re_path
|
||||
|
||||
from ai.chat import ChatConsumer
|
||||
|
||||
websocket_urlpatterns = [
|
||||
re_path(r'ws/chat/$', ChatConsumer.as_asgi()),
|
||||
]
|
||||
Reference in New Issue
Block a user