nextjs-rewrite #5

Merged
david merged 56 commits from nextjs-rewrite into main 2026-03-30 02:30:16 +00:00
Showing only changes of commit 6a852e66e3 - Show all commits
+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"