From fd5fcb16e1f1ba1961f21f9561038f183954ede0 Mon Sep 17 00:00:00 2001 From: shaohuzhang1 Date: Wed, 13 Dec 2023 17:16:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A0=87=E6=B3=A8url=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/application/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/application/urls.py b/apps/application/urls.py index e0261326..89da2788 100644 --- a/apps/application/urls.py +++ b/apps/application/urls.py @@ -31,7 +31,7 @@ urlpatterns = [ 'application//chat//chat_record//dataset//document_id//improve', views.ChatView.ChatRecord.Improve.as_view(), name=''), - path('application//chat//chat_record/', + path('application//chat//chat_record//improve', views.ChatView.ChatRecord.ChatRecordImprove.as_view()), path('application/chat_message/', views.ChatView.Message.as_view())