mirror of https://github.com/langgenius/dify.git
Merge branch 'feat/add-knowledge-pipeline-template-command' into deploy/rag-dev
This commit is contained in:
commit
6bf55e1cba
|
|
@ -339,3 +339,7 @@ api.add_resource(
|
|||
PublishCustomizedPipelineTemplateApi,
|
||||
"/rag/pipelines/<string:pipeline_id>/customized/publish",
|
||||
)
|
||||
api.add_resource(
|
||||
PipelineTemplateInstallApi,
|
||||
"/rag/pipeline/built-in/templates/install",
|
||||
)
|
||||
Loading…
Reference in New Issue