mirror of
https://github.com/thomiceli/opengist.git
synced 2025-05-14 08:12:09 +02:00
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"}