Add root route pointing to rankings page

This commit is contained in:
2026-03-26 17:58:02 -07:00
parent 1268889a78
commit 6a852e66e3
+2
View File
@@ -3,6 +3,8 @@
module EuchreCamp
class Routes < Hanami::Routes
# Add your routes here. See https://guides.hanamirb.org/routing/overview/ for details.
root to: "players.rankings"
get "/players/:id", to: "players.show"
get "/rankings", to: "players.rankings"