Health
GET /health reports whether the application process is available. Use it for
container health checks, load balancer checks, and simple deployment verification.
GET /healthProduction URL: https://api.aakashsharma.com.np/health
It takes no parameters and returns 200 OK:
{
"status": "healthy"
}This endpoint verifies application availability only. It does not calculate prayer times and is not a database, dependency, or readiness probe.
Last updated on