X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3bdbc35bbd8f44bab813adb5c9afe505868e4a09..90e787eed845a850eab63a22831c9cfa47f4dd3d:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index 7e9cd8dfd..b3fc5af15 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -300,6 +300,7 @@ OpenStreetMap::Application.routes.draw do resource :terms, :only => [:show, :update] resource :pd_declaration, :only => [:show, :create] resource :deletion, :only => :show + resource :home, :only => :show end end