mirror of
https://github.com/kristoferssolo/kristofersxyz-rs.git
synced 2025-10-21 20:10:36 +00:00
chore: add bruno
This commit is contained in:
parent
813346a340
commit
8f60a5d385
11
bruno/kristofersxyz/api/Health Check.bru
Normal file
11
bruno/kristofersxyz/api/Health Check.bru
Normal file
@ -0,0 +1,11 @@
|
||||
meta {
|
||||
name: Health Check
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{v1_url}}/health_check
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
8
bruno/kristofersxyz/api/folder.bru
Normal file
8
bruno/kristofersxyz/api/folder.bru
Normal file
@ -0,0 +1,8 @@
|
||||
meta {
|
||||
name: api
|
||||
seq: 1
|
||||
}
|
||||
|
||||
auth {
|
||||
mode: inherit
|
||||
}
|
||||
9
bruno/kristofersxyz/bruno.json
Normal file
9
bruno/kristofersxyz/bruno.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"version": "1",
|
||||
"name": "kristofersxyz",
|
||||
"type": "collection",
|
||||
"ignore": [
|
||||
"node_modules",
|
||||
".git"
|
||||
]
|
||||
}
|
||||
4
bruno/kristofersxyz/environments/local.bru
Normal file
4
bruno/kristofersxyz/environments/local.bru
Normal file
@ -0,0 +1,4 @@
|
||||
vars {
|
||||
url: http://localhost:3000
|
||||
v1_url: http://localhost:3000/api/v1
|
||||
}
|
||||
3
bruno/kristofersxyz/environments/prod.bru
Normal file
3
bruno/kristofersxyz/environments/prod.bru
Normal file
@ -0,0 +1,3 @@
|
||||
vars {
|
||||
url: http://localhost:3000
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user