mirror of
https://github.com/techno-tim/littlelink-server.git
synced 2024-11-23 05:35:28 +01:00
a425aec9ff
* Added Ghost to Docker-Compose * Updated Readme * Rm extra dividers * Updated description * Added screenshot * Added Config Heading * RM configuration * Added missing links * Added configuration * Added emoji * Rm docs reference * Small typo * Updated manylink * RM littlelink logo * Updated URL * Changed fork of to Inspired by * Linting * Linting * Added link emoji for h1
289 B
289 B
🩺 Health Check
A health check endpoint exists on /healthcheck
. If healthy, it will return with a 200
and the following response:
{
"status": "ok"
}
To skip express from logging these calls, add the environment variable:
SKIP_HEALTH_CHECK_LOGS=true