X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/eaacfbb91198bcf5d14e25fa64b3515f889e0d75..8dc303232789a77a655d4669b65b17a07c665622:/config/routes.rb?ds=sidebyside diff --git a/config/routes.rb b/config/routes.rb index 8271e7e4d..c44064ba3 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -347,6 +347,7 @@ OpenStreetMap::Application.routes.draw do resources :redactions # errors + match "/400", :to => "errors#bad_request", :via => :all match "/403", :to => "errors#forbidden", :via => :all match "/404", :to => "errors#not_found", :via => :all match "/500", :to => "errors#internal_server_error", :via => :all