X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/aa78da82fe9a30dfa77e2d503701787aafc6cf55..07fe77b4fcfbbfd582da7b257c024b55accba705:/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" }