Backend API
Liveness check
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"Simple health check endpoint that returns "ok" if the service is running. Used by Docker health checks and load balancers.
text/plain
curl -X GET "https://example.com/health""ok"