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