Updates bruno requests

This commit is contained in:
Dennis Schoepf 2024-04-26 20:23:18 +02:00
parent c973859f7f
commit 17a2166cd4
3 changed files with 4 additions and 12 deletions

View file

@ -1,11 +0,0 @@
meta {
name: Status
type: http
seq: 2
}
get {
url: {{base_url}}/
body: none
auth: none
}

View file

@ -1,3 +1,6 @@
vars {
base_url: http://127.0.0.1:42069
}
vars:secret [
api_key
]

View file

@ -11,5 +11,5 @@ get {
}
headers {
x-api-key: willbechanged
x-api-key: {{api_key}}
}