Update depp, new root path for registrar

This commit is contained in:
Martin Lensment 2015-04-06 13:04:28 +03:00
parent 53023b455c
commit b0fa5f18e2
3 changed files with 4 additions and 4 deletions

View file

@ -96,7 +96,7 @@ Rails.application.routes.draw do
# root to: 'domains#index', as: :authenticated_root
# end
root 'invoices#index'
root to: redirect('/registrar/depp')
end
mount Depp::Engine, at: '/registrar/depp', as: 'depp'