Skip to content

Commit 9aa55a3

Browse files
committed
fix: use agreed path for closest peers endpoint
update endpoint path to /routing/v1/dht/closest/{peer-id} as agreed in PR review comments
1 parent 351b8a7 commit 9aa55a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routing/http-routing-v1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Each object in the `Providers` list is a record conforming to a schema, usually
106106

107107
## Peer Routing API
108108

109-
### `GET /routing/v1/closest-peers/{peer-id}?[closerThan]&[count]`
109+
### `GET /routing/v1/dht/closest/{peer-id}?[closerThan]&[count]`
110110

111111
#### Path Parameters
112112

0 commit comments

Comments
 (0)