feat(in-719): change api version

test-h
Ruslan Khayrullin 2 years ago
parent 7a60acc12f
commit 302a4764a2
  1. 2
      src/requests/getMatches/getHomeMatches.tsx

@ -22,7 +22,7 @@ export const getHomeMatches = async ({
offset, offset,
timezoneOffset, timezoneOffset,
}: Args): Promise<MatchesBySection> => { }: Args): Promise<MatchesBySection> => {
const url = `${API_ROOT}/v1/data/matches/query` const url = `${API_ROOT}/v2/data/matches/query`
const config = { const config = {
body: { body: {

Loading…
Cancel
Save