Skip to content

Commit 6310c5d

Browse files
Changes per review comments
1 parent bd476bc commit 6310c5d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/a2a/server/apps/rest/rest_adapter.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,6 @@ def routes(self) -> dict[tuple[str, str], Callable[[Request], Any]]:
234234
('/v1/tasks', 'GET'): functools.partial(
235235
self._handle_request, self.handler.list_tasks
236236
),
237-
('/v1/well_known/agent_json', 'GET'): functools.partial(
238-
self._handle_request, self.handle_get_agent_card
239-
),
240237
}
241238
if self.agent_card.supports_authenticated_extended_card:
242239
routes[('/v1/card', 'GET')] = functools.partial(

0 commit comments

Comments
 (0)