]> git.openstreetmap.org Git - rails.git/commitdiff
Remove redundant route
authorAdam Hoyle <atomoil@gmail.com>
Sun, 17 Oct 2021 21:33:54 +0000 (22:33 +0100)
committerAdam Hoyle <atomoil@gmail.com>
Sun, 17 Oct 2021 21:33:54 +0000 (22:33 +0100)
config/routes.rb

index 68ab163a933b8e8a1730f6e6df455206fd1fb77e..f52ee739dc0950c6cdce2466574a66415019f424 100644 (file)
@@ -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" }