Skip to content

Commit

Permalink
fix: add endpoint_name to read_flows endpoint (#5354)
Browse files Browse the repository at this point in the history
* fix: add endpoint_name whem mapping results for headers_flow parameter (#5353)

* [autofix.ci] apply automated fixes

---------

Co-authored-by: Dario Saltarelli <[email protected]>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Dec 19, 2024
1 parent c0ffb86 commit c864929
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 c864929

Please sign in to comment.