X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f398c1e5eb35fa9e355544fb2860bc2ca9cfbe67..77d43fd1d1b13bf51ea0267cb5b53444673dcf7c:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index 727580cb9..be27698a5 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -147,6 +147,7 @@ OpenStreetMap::Application.routes.draw do get "/help" => "site#help" get "/about/:about_locale" => "site#about" get "/about" => "site#about" + get "/communities" => "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" }