Allow getting team websites.

This commit is contained in:
Mike Cao 2025-09-12 08:21:29 -07:00
parent e610de383a
commit 433ce98719
10 changed files with 79 additions and 56 deletions

View file

@ -40,5 +40,5 @@ export async function GET(
endDate,
});
return json({ ...data[0], comparison });
return json({ ...data, comparison });
}