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