We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8ac749 commit 4d4b53cCopy full SHA for 4d4b53c
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