Skip to content

Commit

Permalink
set the root route
Browse files Browse the repository at this point in the history
  • Loading branch information
fcheung committed Jun 11, 2023
1 parent f58d973 commit a82339f
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 @@ -3,5 +3,5 @@
# Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html

# Defines the root path route ("/")
# root "articles#index"
root to: redirect(path: "/users")
end

0 comments on commit a82339f

Please sign in to comment.