map legend

This commit is contained in:
Owen Rees
2023-06-06 10:25:14 +02:00
parent b28510b63d
commit 5396df5d2b
6 changed files with 108 additions and 74 deletions
@@ -1,8 +1,10 @@
import clientPromise from "@/lib/mongodb";
// TODO collate only the country of France - redundant for now but will be needed when new countries are added
// probably do this by passing the country name as parameter
/**
* Tournament data API endpoint
* @route /api/tournaments
* @route /api/tournaments/france
* @internal
*/
export async function GET() {