/health endpoint confirms that the NaijaTaste API is up and accepting requests. It returns a minimal JSON object when the service is healthy. This endpoint is suitable for use in uptime monitors, load balancer health checks, and CI pipelines. It also supports HEAD requests, so you can verify reachability without receiving a response body.
Request
HEAD /health for monitors that only need an HTTP status code.
Response
Always
"ok" when the API is healthy and accepting requests.