diff --git a/config/routes.rb b/config/routes.rb index dc2d739..4f8f0ea 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -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"