Appearance
A healthcheck is a simple HTTP GET request to the /healthcheck endpoint. It returns a 200 OK response if the server is healthy.
/healthcheck
200 OK
curl http://localhost:6157/healthcheck
{"database":"ok","opengist":"ok","time":"2024-01-04T05:18:33+01:00"}