Merge branch 'feat/r2' into deploy/rag-dev

This commit is contained in:
jyong 2025-06-10 11:45:19 +08:00
commit c18ee4be50
1 changed files with 1 additions and 1 deletions

View File

@ -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",
)