configured base route and setup healthcheck endpoint
This commit is contained in:
parent
61e5a49745
commit
acdb7ad9c9
13 changed files with 98 additions and 21 deletions
|
|
@ -1,11 +1,11 @@
|
|||
meta {
|
||||
name: Nest Default Get
|
||||
name: Healthcheck
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{localUrl}}
|
||||
url: {{localBaseUrl}}/health
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
vars {
|
||||
localUrl: http://localhost:3000
|
||||
localBaseUrl: http://localhost:3000/common-cents
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue