generated from pure_sagacity/turborepo-starter-project
9c56d278e6
removed zod because elysia has it built in changed compose.yml to docker-compose.yml because my icon shows it as docker-compose that way
22 lines
291 B
YAML
22 lines
291 B
YAML
info:
|
|
name: health
|
|
type: http
|
|
seq: 1
|
|
|
|
http:
|
|
method: GET
|
|
url: http://localhost:3000/health
|
|
auth: inherit
|
|
|
|
runtime:
|
|
assertions:
|
|
- expression: res.status
|
|
operator: eq
|
|
value: "200"
|
|
|
|
settings:
|
|
encodeUrl: true
|
|
timeout: 0
|
|
followRedirects: true
|
|
maxRedirects: 5
|