From b667058c5afda90f598e064ab461fd6dc412ccbd Mon Sep 17 00:00:00 2001 From: Manny Dinssa <44172848+Dinssa@users.noreply.github.com> Date: Fri, 14 Feb 2025 16:21:00 +0000 Subject: [PATCH] Update routes with underscores --- config/routes.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/routes.rb b/config/routes.rb index 001f35f78..279ee778b 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -39,10 +39,10 @@ Rails.application.routes.draw do get "/data-sharing-agreement", to: "content#data_sharing_agreement" get "/service-moved", to: "maintenance#service_moved" get "/service-unavailable", to: "maintenance#service_unavailable" - get "/address_search", to: "address_search#index" - get "/address_search/current", to: "address_search#current" - get "/address_search/manual_input/:log_type/:log_id", to: "address_search#manual_input", as: "address_manual_input" - get "/address_search/search_input/:log_type/:log_id", to: "address_search#search_input", as: "address_search_input" + get "/address-search", to: "address_search#index" + get "/address-search/current", to: "address_search#current" + get "/address-search/manual-input/:log_type/:log_id", to: "address_search#manual_input", as: "address_manual_input" + get "/address-search/search-input/:log_type/:log_id", to: "address_search#search_input", as: "address_search_input" get "collection-resources", to: "collection_resources#index" get "/collection-resources/:log_type/:year/:resource_type/download", to: "collection_resources#download_mandatory_collection_resource", as: :download_mandatory_collection_resource