X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ecbd526956fbfaf3e59c27c25b72de2f4d780c7a..4b2ac2ea2b4f914a87537c099f699a5351f22d82:/config/routes.rb?ds=sidebyside diff --git a/config/routes.rb b/config/routes.rb index df6efef60..e2f95f7d7 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -88,7 +88,6 @@ ActionController::Routing::Routes.draw do |map| map.root :controller => 'site', :action => 'index' map.connect '/', :controller => 'site', :action => 'index' map.connect '/edit', :controller => 'site', :action => 'edit' - map.connect '/copyright', :controller => 'site', :action => 'copyright' map.connect '/history', :controller => 'changeset', :action => 'list' map.connect '/history/feed', :controller => 'changeset', :action => 'list', :format => :atom map.connect '/export', :controller => 'site', :action => 'export' @@ -97,6 +96,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'