Remove unused routes
This commit is contained in:
parent
0e40a4f1c4
commit
98d73aead1
1 changed files with 0 additions and 1 deletions
|
@ -109,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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue