chore: Rename routes API.
This commit is contained in:
parent
fdf3ce72d8
commit
c0d88a3346
10 changed files with 0 additions and 0 deletions
18
routes/NextNet API/Forward/Lookup.bru
Normal file
18
routes/NextNet API/Forward/Lookup.bru
Normal file
|
@ -0,0 +1,18 @@
|
|||
meta {
|
||||
name: Lookup
|
||||
type: http
|
||||
seq: 3
|
||||
}
|
||||
|
||||
post {
|
||||
url: http://127.0.0.1:3000/api/v1/forward/lookup
|
||||
body: json
|
||||
auth: none
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"token": "535c80825631c04b9add7a8682e06799d62ba57b5089b557f5bab2183fc9926b187b3b8d96da8ef16c67ec80f2917cf81bc21337f47728534f58ac9c4ed5f3fe",
|
||||
"protocol": "tcp"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue