Merge branch 'feat/rag-pipeline' into deploy/rag-dev

This commit is contained in:
zxhlyh 2025-06-10 15:20:19 +08:00
commit a2610b22cc

View File

@ -349,7 +349,7 @@ export const usePublishAsCustomizedPipeline = () => {
mutationFn: ({
pipelineId,
}: { pipelineId: string }) => {
return get(`/rag/customized/pipelines/${pipelineId}/publish`)
return post(`/rag/pipelines/${pipelineId}/customized/publish`)
},
})
}