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

This commit is contained in:
jyong 2025-06-10 14:13:32 +08:00
commit bcb0496bf4

View File

@ -158,5 +158,5 @@ api.add_resource(
)
api.add_resource(
PublishCustomizedPipelineTemplateApi,
"/rag/pipeline/customized/templates/<string:template_id>/publish",
"/rag/pipeline/customized/pipelines/<string:pipeline_id>/publish",
)