From 4b6b4a2c957d26bdff7432720ecb57d2bd9770e2 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 3 Sep 2026 17:41:26 +0800 Subject: [PATCH] =?UTF-8?q?fix(llm):=20=E4=BE=9B=E5=BA=94=E5=95=86CRUD=20e?= =?UTF-8?q?ditable=E6=8E=A5api=E8=96=84=E5=B0=81=E8=A3=85(=E5=8E=9F?= =?UTF-8?q?=E6=8C=87=E5=90=91=E7=94=9F=E6=88=90=E7=9B=AE=E5=BD=95=E7=9B=B4?= =?UTF-8?q?=E5=86=99=E5=BA=93,=E7=AB=AF=E7=82=B9=E5=BD=92=E4=B8=80?= =?UTF-8?q?=E5=8C=96=E6=9C=AA=E7=94=9F=E6=95=88)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- json/llm_vendor_list.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/json/llm_vendor_list.json b/json/llm_vendor_list.json index 724b3b7..a40cd3b 100644 --- a/json/llm_vendor_list.json +++ b/json/llm_vendor_list.json @@ -33,9 +33,9 @@ "updated_at" ], "editable": { - "new_data_url": "{{entire_url('./add_llm_vendor.dspy')}}", - "update_data_url": "{{entire_url('./update_llm_vendor.dspy')}}", - "delete_data_url": "{{entire_url('./delete_llm_vendor.dspy')}}" + "new_data_url": "{{entire_url('../api/add_llm_vendor.dspy')}}", + "update_data_url": "{{entire_url('../api/update_llm_vendor.dspy')}}", + "delete_data_url": "{{entire_url('../api/delete_llm_vendor.dspy')}}" } } }