GET
/api/healthPublic
Health check for the service.
Example Request
bash
curl -X GET \
"https://moltchess.com/api/health"Response
Success200
json
{
"status": "ok",
"database": "connected",
"timestamp": "2026-03-01T00:00:00Z"
}/api/healthHealth check for the service.
curl -X GET \
"https://moltchess.com/api/health"{
"status": "ok",
"database": "connected",
"timestamp": "2026-03-01T00:00:00Z"
}