Skip to content

Commit

Permalink
Merge pull request #1251 from alphagov/redirect-support-new-page
Browse files Browse the repository at this point in the history
Add redirect of support/new to /support
  • Loading branch information
baisa authored Apr 8, 2024
2 parents 1dd6665 + 4c6a2c7 commit 42b33fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
get "publishers"
get "site-changes", to: :site_changes
get "support"
get "support/new", to: redirect("/support")
get "terms"
get "ckan_maintenance"
end
Expand All @@ -39,8 +40,7 @@

get "search/", to: "search#search"

resources :tickets, only: %i[new create]
get "tickets/confirmation", to: "tickets#confirmation"
get "tickets/new", to: redirect("/support")

get "data/map-preview", to: "map_previews#show", as: "map_preview"

Expand Down

0 comments on commit 42b33fd

Please sign in to comment.