Falsafa
Backend API

Liveness check

GET
/health

Simple health check endpoint that returns "ok" if the service is running. Used by Docker health checks and load balancers.

Response Body

text/plain

curl -X GET "https://example.com/health"
"ok"