Skip to content

Commit

Permalink
Added home#index to routes.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
justintanner committed Oct 21, 2024
1 parent 6a57796 commit fed3f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
# get "service-worker" => "rails/pwa#service_worker", as: :pwa_service_worker

# Defines the root path route ("/")
# root "posts#index"
root "home#index"
end

0 comments on commit fed3f82

Please sign in to comment.