Updates bruno requests

This commit is contained in:
Dennis Schoepf 2024-04-26 17:23:09 +02:00
parent 7008c1c84b
commit 34f7d99639
3 changed files with 17 additions and 2 deletions

View file

@ -5,7 +5,7 @@ meta {
} }
get { get {
url: {{base_url}}/status url: {{base_url}}/
body: none body: none
auth: none auth: none
} }

View file

@ -1,3 +1,3 @@
vars { vars {
base_url: http://localhost:42069 base_url: http://127.0.0.1:42069
} }

View file

@ -0,0 +1,15 @@
meta {
name: Get all users
type: http
seq: 1
}
get {
url: {{base_url}}/api/v1/users
body: none
auth: none
}
headers {
x-api-key: willbechanged
}