PhoenixHealthy.Controller (phoenix_healthy v0.1.0)

Copy Markdown View Source

Phoenix controller that serves liveness and readiness probes.

Used by PhoenixHealthy.Router.phoenix_healthy/2. You can also point routes at this module directly:

get "/live", PhoenixHealthy.Controller, :live
get "/ready", PhoenixHealthy.Controller, :ready