mirror of
https://github.com/langgenius/dify.git
synced 2025-08-11 18:56:48 +00:00
Merge branch 'feat/rag-pipeline' into deploy/rag-dev
This commit is contained in:
commit
a2610b22cc
@ -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`)
|
||||
},
|
||||
})
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user