X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3369743d6c29f8e495d75ae64e96d42ce35e7643..0465fda75a244123ae35e6ca34f9e1fff4232efa:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index fa7dd5ba0..267de7956 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -93,7 +93,7 @@ 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'