Updates bruno requests
This commit is contained in:
parent
c973859f7f
commit
17a2166cd4
3 changed files with 4 additions and 12 deletions
|
|
@ -1,11 +0,0 @@
|
|||
meta {
|
||||
name: Status
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{base_url}}/
|
||||
body: none
|
||||
auth: none
|
||||
}
|
||||
|
|
@ -1,3 +1,6 @@
|
|||
vars {
|
||||
base_url: http://127.0.0.1:42069
|
||||
}
|
||||
vars:secret [
|
||||
api_key
|
||||
]
|
||||
|
|
|
|||
|
|
@ -11,5 +11,5 @@ get {
|
|||
}
|
||||
|
||||
headers {
|
||||
x-api-key: willbechanged
|
||||
x-api-key: {{api_key}}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue