mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 14:44:47 +02:00
Fix root route
This commit is contained in:
parent
1babdf33af
commit
97650e2a6a
1 changed files with 2 additions and 1 deletions
|
@ -235,5 +235,6 @@ Rails.application.routes.draw do
|
|||
end
|
||||
end
|
||||
|
||||
root to: redirect('admin/login')
|
||||
# To prevent users seeing the default welcome message "Welcome aboard" from Rails
|
||||
root to: redirect('admin/sign_in')
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue