Skip to content

Commit

Permalink
add Addrs to cspell
Browse files Browse the repository at this point in the history
  • Loading branch information
danisharora099 committed Feb 15, 2024
1 parent 6904f0b commit 1397a4d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"language": "en",
"words": [
"abortable",
"Addrs",
"ahadns",
"Alives",
"asym",
Expand Down
9 changes: 9 additions & 0 deletions packages/tests/src/lib/endpoints.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
export const endpoints = {
GET: {
peers: "/admin/v1/peers",
info: "/debug/v1/info"
},
POST: {
peers: "/admin/v1/peers"
}
};

0 comments on commit 1397a4d

Please sign in to comment.