Skip to content

Commit

Permalink
Merge branch 'main' into eugene/add_serializer
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev committed Sep 12, 2024
2 parents b89eb80 + 8b4d8df commit 4b0bd08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions langserve/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,9 @@ def add_routes(
per_req_config_modifier=per_req_config_modifier,
stream_log_name_allow_list=stream_log_name_allow_list,
playground_type=playground_type,
astream_events_version=astream_events_version,
)

namespace = path or ""

route_tags = [path.strip("/")] if path else None
Expand Down

0 comments on commit 4b0bd08

Please sign in to comment.