Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 294 Bytes

healthcheck.md

File metadata and controls

13 lines (9 loc) · 294 Bytes

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:https://localhost:6157/healthcheck
{"database":"ok","opengist":"ok","time":"2024-01-04T05:18:33+01:00"}