first push
This commit is contained in:
7
chat/urls.py
Normal file
7
chat/urls.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.urls import path
|
||||
|
||||
from chat.views import get_ai_response
|
||||
|
||||
urlpatterns = [
|
||||
path("get_ai_response/", get_ai_response),
|
||||
]
|
||||
Reference in New Issue
Block a user