From fbca9010f3ea0c81eef25efcc65a0973e3e36f52 Mon Sep 17 00:00:00 2001 From: jyong <718720800@qq.com> Date: Wed, 4 Jun 2025 17:39:31 +0800 Subject: [PATCH] r2 --- .../console/datasets/rag_pipeline/datasource_auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/controllers/console/datasets/rag_pipeline/datasource_auth.py b/api/controllers/console/datasets/rag_pipeline/datasource_auth.py index bc91343c71..912981db01 100644 --- a/api/controllers/console/datasets/rag_pipeline/datasource_auth.py +++ b/api/controllers/console/datasets/rag_pipeline/datasource_auth.py @@ -190,6 +190,6 @@ api.add_resource( ) api.add_resource( - DatasourceAuth, + DatasourceAuthUpdateDeleteApi, "/auth/plugin/datasource/", )