We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7a24b2 commit 50b118dCopy full SHA for 50b118d
config/routes.rb
@@ -4,7 +4,7 @@
4
get "up" => "rails/health#show", :as => :rails_health_check
5
6
# resources :homepage, only: [:index]
7
- root "homepage#index"
+ root to: redirect('/hacker/login')
8
get "/about", to: "homepage#about"
9
get "/contact", to: "homepage#contact"
10
0 commit comments