X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/ba90fe97ea7b4f7a9da33ab1f4b8f3f693dbc596..feff501b25ef5116fb9bc847dfb679919b44dce3:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index d1e4c74ae..1a229b365 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