feat(in-719): change api version

pull/266/head
Ruslan Khayrullin 2 years ago
parent 1edd818afd
commit 93e2716817
  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