X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/db52805f97b9134a66fe1b1240d81e1e6f60736a..007e1b26cd293686ab6236750db41bd5fb1cf5a1:/config/routes.rb?ds=inline 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" }