X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d878db0a9bca47afb7f7b0bc5bf6e9917718f05b..3121d1b5a09a11791ecb002a53f415d3bfaf5a8d:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index fa7dd5ba0..71af08b73 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -93,10 +93,10 @@ OpenStreetMap::Application.routes.draw do match '/browse' => 'changeset#list' # web site - match '/' => 'site#index' + root :to => 'site#index' match '/edit' => 'site#edit' - match '/copyright' => 'site#copyright' match '/copyright/:copyright_locale' => 'site#copyright' + match '/copyright' => 'site#copyright' match '/history' => 'changeset#list' match '/history/feed' => 'changeset#feed', :format => :atom match '/export' => 'site#export'