diff --git a/config/routes.rb b/config/routes.rb index 0a76871f30..62a3428d13 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -6,8 +6,6 @@ mount GovukPublishingComponents::Engine, at: "/component-guide" - get "/homepage" => redirect("/") - get "/random" => "random#random_page" get "/healthcheck/live", to: proc { [200, {}, %w[OK]] } diff --git a/lib/special_route_publisher.rb b/lib/special_route_publisher.rb index 41b0526b6d..2eaea6bdb2 100644 --- a/lib/special_route_publisher.rb +++ b/lib/special_route_publisher.rb @@ -21,12 +21,6 @@ def publish(route_type, route) def self.routes { exact: [ - { - content_id: "ffcd9054-ee77-4539-978d-171a60eb4b2a", - base_path: "/homepage", - title: "GOV.UK homepage redirect", - description: "Redirects to /", - }, { content_id: "caf90fb7-11e3-4f8e-9a5d-b83283c91533", base_path: "/tour",