Skip to content

Commit 6db54fd

Browse files
committed
Swap parameter order for A2AStarletteApplication.routes()
1 parent 3584566 commit 6db54fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/a2a/server/apps/jsonrpc/starlette_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ def __init__(
5353
def routes(
5454
self,
5555
agent_card_url: str = '/.well-known/agent.json',
56-
extended_agent_card_url: str = '/agent/authenticatedExtendedCard',
5756
rpc_url: str = '/',
57+
extended_agent_card_url: str = '/agent/authenticatedExtendedCard',
5858
) -> list[Route]:
5959
"""Returns the Starlette Routes for handling A2A requests.
6060

0 commit comments

Comments
 (0)