production · Bun + Hono
| Method | Path | Description |
|---|---|---|
GET | /health | liveness |
GET | /health/ready | readiness (DB ping) |
* | /api/auth/* | better-auth (sign up, sign in, verify, reset, subscription, stripe webhook) |
* | /api/users/* | user profile + account |
* | /api/admin/* | admin console (role-gated) |
API only — no web UI at this URL. Frontend lives in apps/web.