feature: Adds forward creation.
This commit is contained in:
parent
c385d7b83b
commit
b7b7f80308
6 changed files with 134 additions and 6 deletions
23
routes/NextNet API/Create Forward.bru
Normal file
23
routes/NextNet API/Create Forward.bru
Normal file
|
@ -0,0 +1,23 @@
|
|||
meta {
|
||||
name: Create Forward
|
||||
type: http
|
||||
seq: 4
|
||||
}
|
||||
|
||||
post {
|
||||
url: http://127.0.0.1:3000/api/v1/backends/create
|
||||
body: json
|
||||
auth: none
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"token": "5e2cb92a338a832d385790861312eb85d69f46f82317bfa984ac5e3517368ab5a827897b0f9775a9181b02fa3b9cffed7e59e5b3111d5bdc37f729156caf5f",
|
||||
"name": "PortCopier Route",
|
||||
"description": "This is a test route for portcopier.",
|
||||
"backend": "PortCopier",
|
||||
"connectionDetails": {
|
||||
"funny": true
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue