From 5fcc519720b9f76fc062862699ad190ccfaa4347 Mon Sep 17 00:00:00 2001 From: wangmeihua <13383952685@163.com> Date: Fri, 4 Jul 2025 11:41:10 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/connection/conf/config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/connection/conf/config.json b/test/connection/conf/config.json index d92d469..e0543e8 100644 --- a/test/connection/conf/config.json +++ b/test/connection/conf/config.json @@ -48,6 +48,10 @@ "leading": "/v1/deletefile", "registerfunction": "deletefile" }, + { + "leading": "/v1/deleteknowledgebase", + "registerfunction": "deleteknowledgebase" + }, { "leading": "/v1/fusedsearchquery", "registerfunction": "fusedsearchquery"