chore: add bruno

This commit is contained in:
Kristofers Solo 2025-06-22 13:52:03 +03:00
parent 813346a340
commit 8f60a5d385
Signed by: kristoferssolo
GPG Key ID: 8687F2D3EEE6F0ED
5 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,11 @@
meta {
name: Health Check
type: http
seq: 1
}
get {
url: {{v1_url}}/health_check
body: none
auth: inherit
}

View File

@ -0,0 +1,8 @@
meta {
name: api
seq: 1
}
auth {
mode: inherit
}

View File

@ -0,0 +1,9 @@
{
"version": "1",
"name": "kristofersxyz",
"type": "collection",
"ignore": [
"node_modules",
".git"
]
}

View File

@ -0,0 +1,4 @@
vars {
url: http://localhost:3000
v1_url: http://localhost:3000/api/v1
}

View File

@ -0,0 +1,3 @@
vars {
url: http://localhost:3000
}