mirror of
https://github.com/langgenius/dify.git
synced 2026-04-10 11:37:11 +08:00
Merge branch 'feat/r2' into deploy/rag-dev
This commit is contained in:
commit
9c3e3b00d0
@ -109,8 +109,7 @@ class CustomizedPipelineTemplateApi(Resource):
|
||||
if not template:
|
||||
raise ValueError("Customized pipeline template not found.")
|
||||
|
||||
dsl = yaml.safe_load(template.yaml_content)
|
||||
return {"data": dsl}, 200
|
||||
return {"data": template.yaml_content}, 200
|
||||
|
||||
|
||||
class PublishCustomizedPipelineTemplateApi(Resource):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user