mirror of https://github.com/langgenius/dify.git
Merge branch 'feat/r2' into deploy/rag-dev
This commit is contained in:
commit
c18ee4be50
|
|
@ -157,6 +157,6 @@ api.add_resource(
|
|||
"/rag/pipeline/customized/templates/<string:template_id>",
|
||||
)
|
||||
api.add_resource(
|
||||
CustomizedPipelineTemplateApi,
|
||||
PublishCustomizedPipelineTemplateApi,
|
||||
"/rag/pipeline/customized/templates/<string:template_id>/publish",
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue