X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e418075e26d80d68e4127d3358a2d8b11dee3a13..b700d30ae436b12e58ba466695dff0f8b9fa0833:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index 500a9b13c..e9f593d92 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -139,6 +139,7 @@ OpenStreetMap::Application.routes.draw do match '/copyright/:copyright_locale' => 'site#copyright', :via => :get match '/copyright' => 'site#copyright', :via => :get match '/welcome' => 'site#welcome', :via => :get, :as => :welcome + match '/fixthemap' => 'site#fixthemap', :via => :get, :as => :fixthemap match '/help' => 'site#help', :via => :get, :as => :help match '/about' => 'site#about', :via => :get, :as => :about match '/history' => 'changeset#list', :via => :get