]> git.openstreetmap.org Git - rails.git/blobdiff - config/routes.rb
Load wiki link data at startup and shorten some file names
[rails.git] / config / routes.rb
index df6efef60643cdf05941fb2cfe2f6cc74386eaff..0c0e62849770ad3627d44e6f7bc608cdbc1cfc41 100644 (file)
@@ -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'