From 302a4764a2183ca7ab081ac745539cb66982901b Mon Sep 17 00:00:00 2001 From: Ruslan Khayrullin Date: Thu, 6 Jul 2023 15:08:04 +0500 Subject: [PATCH] feat(in-719): change api version --- src/requests/getMatches/getHomeMatches.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requests/getMatches/getHomeMatches.tsx b/src/requests/getMatches/getHomeMatches.tsx index 35c41bd6..4cf3adc4 100644 --- a/src/requests/getMatches/getHomeMatches.tsx +++ b/src/requests/getMatches/getHomeMatches.tsx @@ -22,7 +22,7 @@ export const getHomeMatches = async ({ offset, timezoneOffset, }: Args): Promise => { - const url = `${API_ROOT}/v1/data/matches/query` + const url = `${API_ROOT}/v2/data/matches/query` const config = { body: {