From df015ab1dd0ad926aa9916816ae4aff28225619c Mon Sep 17 00:00:00 2001 From: Ruslan Khayrullin Date: Thu, 17 Nov 2022 16:56:55 +0500 Subject: [PATCH] feat(in-142): change stats api --- src/requests/getTeamsStats.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requests/getTeamsStats.tsx b/src/requests/getTeamsStats.tsx index bfaf4c61..4be9afee 100644 --- a/src/requests/getTeamsStats.tsx +++ b/src/requests/getTeamsStats.tsx @@ -47,7 +47,7 @@ export const getTeamsStats = async ({ const response: Response = await callApi({ config, - url: `http://3.248.230.144:8888/${sportName}/matches/${matchId}/teams/stats?group_num=0${isUndefined(second) ? '' : `&second=${second}`}`, + url: `https://statistic.insports.tv/${sportName}/matches/${matchId}/teams/stats?group_num=0${isUndefined(second) ? '' : `&second=${second}`}`, }) if (response.error) Promise.reject(response)