From 349bdfed8f2821c49101d371e09adf40c2f8d44e Mon Sep 17 00:00:00 2001 From: Catalina Ilie Date: Fri, 10 Jan 2025 11:25:52 +0000 Subject: [PATCH] Remove coronavirus-taxon redirect --- config/routes.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/routes.rb b/config/routes.rb index 98c80013e..0d13006c7 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -12,9 +12,9 @@ GovukHealthcheck::RailsCache, ) - ["/coronavirus-taxon", "/coronavirus-taxon/*slug"].each do |path| - get path => redirect("/coronavirus", status: 307) - end + # ["/coronavirus-taxon", "/coronavirus-taxon/*slug"].each do |path| + # get path => redirect("/coronavirus", status: 307) + # end get "/coronavirus", to: "coronavirus_landing_page#show", as: :coronavirus_landing_page