table hover fix

This commit is contained in:
Owen Rees
2023-06-19 23:17:21 +02:00
parent a4a0e0a669
commit ffbc8db21d
9 changed files with 98 additions and 34 deletions
@@ -3,8 +3,8 @@ import { dateOrderingFrance } from "@/utils/dbDateOrdering";
/**
* Tournament data API endpoint
* @route /api/tournaments/france
* @internal
* @route /api/v1/tournaments/france
* @public
*/
export const revalidate = 3600; // revalidate cache every 6 hours
export async function GET() {