Add empty account home page

This commit is contained in:
Anton Khorev 2024-06-27 03:01:39 +03:00
parent f352c1dfbb
commit bd443cdfb1
6 changed files with 28 additions and 2 deletions

View file

@ -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