X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2ce394118da72186ed0ca4594c1833c3579bb2a6..b477cd549219289a11621f2bf8d2bbf404d844ce:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index e2018784d..4608fb32c 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -113,7 +113,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 '/export.html', :controller => 'site', :action => 'export' - map.connect '/search.html', :controller => 'way_tag', :action => 'search' map.connect '/login.html', :controller => 'user', :action => 'login' map.connect '/logout.html', :controller => 'user', :action => 'logout' map.connect '/create-account.html', :controller => 'user', :action => 'new'