X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d878db0a9bca47afb7f7b0bc5bf6e9917718f05b..870c36ecf609902d6f6f5748d182e194d8f1e6d6:/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'