Expand description
Health-check endpoint (Rails 8 GET /up): returns 200 when the app boots.
Functionsยง
- up
- The
/uphandler: a plain200 OK. - with_
health - Add the
GET /uphealth route to a router.
Health-check endpoint (Rails 8 GET /up): returns 200 when the app boots.
/up handler: a plain 200 OK.GET /up health route to a router.