refactor(api): update all API routes to use new player field names

This commit is contained in:
2026-04-03 21:03:51 -07:00
parent e5f679e54c
commit 1f7d589698
11 changed files with 103 additions and 591 deletions
-6
View File
@@ -11,12 +11,6 @@ export async function GET() {
orderBy: { createdAt: "desc" },
include: {
participants: true,
teams: {
include: {
player1: true,
player2: true,
},
},
},
});