X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/fbe529d87e61ab63bcf749067422ab2cbbb655d0..feb9582b071d6eb44bcc6fbc027049dd1f5c2042:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index 0c0e62849..9a86f9200 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -88,6 +88,8 @@ 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 '/copyright/:copyright_locale', :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'