We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e836f2b commit b450105Copy full SHA for b450105
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 to: redirect("/hacker/login")
+ root "homepage#index"
8
get "/about", to: "homepage#about"
9
get "/contact", to: "homepage#contact"
10
0 commit comments