mirror of
https://github.com/langgenius/dify.git
synced 2025-08-12 11:17:28 +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: ({
|
mutationFn: ({
|
||||||
pipelineId,
|
pipelineId,
|
||||||
}: { pipelineId: string }) => {
|
}: { 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