X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9241ecc8eecf08123415640727bf47afe617cd0c..67292724441a7a447a9ea579a36dee64825dedaf:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index e2f95f7d7..dab156c00 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -88,6 +88,7 @@ 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'