X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ad4ab4603b27f2e89e4bb4a709bc04a6685ba67b..a0eeeaac5ebf2605bb0ae8d12158f58ec6269de3:/config/routes.rb 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