X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9230721a1f3091ec47d5751c6b5aaead599df49f..f7aeff3dd62c9ddc21e9465f6e734059cd780b0f:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index 7e27ee19e..c5a26fdf0 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -98,6 +98,7 @@ ActionController::Routing::Routes.draw do |map| map.connect '/offline', :controller => 'site', :action => 'offline' map.connect '/key', :controller => 'site', :action => 'key' map.connect '/user/new', :controller => 'user', :action => 'new' + map.connect '/user/terms', :controller => 'user', :action => 'terms' map.connect '/user/save', :controller => 'user', :action => 'save' map.connect '/user/confirm', :controller => 'user', :action => 'confirm' map.connect '/user/confirm-email', :controller => 'user', :action => 'confirm_email' @@ -108,7 +109,6 @@ ActionController::Routing::Routes.draw do |map| map.connect '/index.html', :controller => 'site', :action => 'index' map.connect '/edit.html', :controller => 'site', :action => 'edit' - map.connect '/history.html', :controller => 'changeset', :action => 'list_bbox' map.connect '/export.html', :controller => 'site', :action => 'export' map.connect '/search.html', :controller => 'way_tag', :action => 'search' map.connect '/login.html', :controller => 'user', :action => 'login'