mirror of
https://github.com/langgenius/dify.git
synced 2026-03-14 05:29:45 +08:00
publish as pipeline
This commit is contained in:
parent
5e71f7c825
commit
f4789d750d
@ -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…
Reference in New Issue
Block a user