mirror of
https://github.com/langgenius/dify.git
synced 2025-11-09 07:53:55 +00:00
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>",
|
"/rag/pipeline/customized/templates/<string:template_id>",
|
||||||
)
|
)
|
||||||
api.add_resource(
|
api.add_resource(
|
||||||
CustomizedPipelineTemplateApi,
|
PublishCustomizedPipelineTemplateApi,
|
||||||
"/rag/pipeline/customized/templates/<string:template_id>/publish",
|
"/rag/pipeline/customized/templates/<string:template_id>/publish",
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user