From: Adam Hoyle Date: Sun, 17 Oct 2021 21:33:54 +0000 (+0100) Subject: Remove redundant route X-Git-Tag: live~1752^2~31 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/dd1f9970332aee66e9e06b284407b1b57119fc5d Remove redundant route --- diff --git a/config/routes.rb b/config/routes.rb index 68ab163a9..f52ee739d 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -148,7 +148,6 @@ OpenStreetMap::Application.routes.draw do get "/about/:about_locale" => "site#about" get "/about" => "site#about" get "/communities" => "site#communities" - get "/communities/:communities_locale" => "site#communities" get "/history" => "changesets#index" get "/history/feed" => "changesets#feed", :defaults => { :format => :atom } get "/history/comments/feed" => "changeset_comments#index", :as => :changesets_comments_feed, :defaults => { :format => "rss" }