mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 10:45:58 +02:00
Redirect initial request to admin login
This commit is contained in:
parent
0d89dff63a
commit
f791631ba1
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ Rails.application.routes.draw do
|
||||||
# root to: 'admin/domains#index', as: :authenticated_root
|
# root to: 'admin/domains#index', as: :authenticated_root
|
||||||
# end
|
# end
|
||||||
|
|
||||||
root to: redirect('login')
|
root to: redirect('admin/login')
|
||||||
|
|
||||||
# The priority is based upon order of creation: first created -> highest priority.
|
# The priority is based upon order of creation: first created -> highest priority.
|
||||||
# See how all your routes lay out with "rake routes".
|
# See how all your routes lay out with "rake routes".
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue