feat(in-719): change api version #266

Merged
andrey.dekterev merged 1 commits from in-719 into develop 2 years ago
  1. 2
      src/requests/getMatches/getHomeMatches.tsx

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

Loading…
Cancel
Save