configured base route and setup healthcheck endpoint

This commit is contained in:
Joe Arndt 2025-12-10 16:14:02 -06:00
parent 61e5a49745
commit acdb7ad9c9
13 changed files with 98 additions and 21 deletions

View file

@ -0,0 +1,11 @@
meta {
name: Healthcheck
type: http
seq: 2
}
get {
url: {{localBaseUrl}}/health
body: none
auth: inherit
}