update get_ai_response
This commit is contained in:
@@ -3,5 +3,5 @@ from django.urls import path
|
||||
from chat.views import get_ai_response
|
||||
|
||||
urlpatterns = [
|
||||
path("get_ai_response/", get_ai_response),
|
||||
path("ask/", get_ai_response),
|
||||
]
|
||||
Reference in New Issue
Block a user