X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e66af2f0c372a886169a551feea410d7c1f0a468..8f1ca2af6809844770ad5461483d21ae0ceeb699:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index f2d644719..4b1161012 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -85,6 +85,7 @@ ActionController::Routing::Routes.draw do |map| map.connect '/browse/changesets', :controller => 'changeset', :action => 'list' # web site + map.root :controller => 'site', :action => 'index' map.connect '/', :controller => 'site', :action => 'index' map.connect '/edit', :controller => 'site', :action => 'edit' map.connect '/history', :controller => 'changeset', :action => 'list_bbox'