We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67750c2 commit ff4af5aCopy full SHA for ff4af5a
src/a2a/server/apps/jsonrpc/starlette_app.py
@@ -57,12 +57,12 @@ def add_routes_to_app(
57
rpc_url: The URL path for the A2A JSON-RPC endpoint (POST requests).
58
extended_agent_card_url: The URL for the authenticated extended agent card endpoint.
59
"""
60
- app_routes = self.routes(
+ routes = self.routes(
61
agent_card_url=agent_card_url,
62
rpc_url=rpc_url,
63
extended_agent_card_url=extended_agent_card_url,
64
)
65
- app.routes.extend(app_routes)
+ app.routes.extend(routes)
66
67
def build(
68
self,
0 commit comments