neon-sprawl/bruno/neon-sprawl-server/core/Health.bru

12 lines
111 B
Plaintext

meta {
name: GET health
type: http
seq: 2
}
get {
url: {{baseUrl}}/health
body: none
auth: none
}