You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use SERVER_URL constant in A2ACardResolver constructor in HelloWorldClient #664 (#666)
## Description
Replace the hardcoded string literal `"http://localhost:9999"` with the
existing `SERVER_URL` constant in the `A2ACardResolver` constructor call
inside `HelloWorldClient`.
Fixes#664 🦕
0 commit comments