Skip to content

Commit

Permalink
fix: add endpoint_name whem mapping results for headers_flow parameter (
Browse files Browse the repository at this point in the history
  • Loading branch information
dsaltare committed Dec 19, 2024
1 parent d5498cf commit e768005
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/base/langflow/api/v1/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ async def read_flows(
"folder_id": flow.folder_id,
"is_component": flow.is_component,
"description": flow.description,
"endpoint_name": flow.endpoint_name
}
for flow in flows
]
Expand Down

0 comments on commit e768005

Please sign in to comment.