diff --git a/samples/client/angular/projects/contact/src/server.ts b/samples/client/angular/projects/contact/src/server.ts index d1cab0c3..9d3fa772 100644 --- a/samples/client/angular/projects/contact/src/server.ts +++ b/samples/client/angular/projects/contact/src/server.ts @@ -122,7 +122,7 @@ async function fetchWithCustomHeader(url: string | URL | Request, init?: Request async function createOrGetClient() { // Create a client pointing to the agent's Agent Card URL. - client ??= await A2AClient.fromCardUrl('http://localhost:10002/.well-known/agent-card.json', { + client ??= await A2AClient.fromCardUrl('http://localhost:10003/.well-known/agent-card.json', { fetchImpl: fetchWithCustomHeader, });