From dd1f9970332aee66e9e06b284407b1b57119fc5d Mon Sep 17 00:00:00 2001 From: Adam Hoyle Date: Sun, 17 Oct 2021 22:33:54 +0100 Subject: [PATCH] Remove redundant route --- config/routes.rb | 1 - 1 file changed, 1 deletion(-) 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" } -- 2.39.5