Simple Express API with an internal port of 5150.
| Parameter | Value |
|---|---|
| Method | GET |
| Status | 200 |
JSON Body:
{
"message": "Hello World"
}
| Parameter | Value |
|---|---|
| Method | GET |
| Status | 200 |
JSON Body:
{
"message": "OK"
}
Toggles the health status of the API to HEALTHY or UNHEALTHY.
| Parameter | Value |
|---|---|
| Method | GET |
| Status | 200 |
JSON Body:
{
"message":"Health status toggled to: HEALTHY"
}
Content type
Image
Digest
sha256:3b3f44a5b…
Size
351.8 MB
Last updated
about 3 years ago
docker pull mburolla/express-api