diff --git a/config/routes.rb b/config/routes.rb index 9c56526da..1cd261b87 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -13,6 +13,11 @@ GovukHealthcheck::RailsCache, ) + get "/healthcheck/live", to: proc { [200, {}, %w[OK]] } + get "/healthcheck/ready", to: GovukHealthcheck.rack_response( + GovukHealthcheck::RailsCache, + ) + get "/government/uploads/*path" => "asset_manager_redirect#show", format: false # Testing guides as a single page so we redirect parts to the default page