From 9c1509dba3755bad365620582495602b88e29c2a Mon Sep 17 00:00:00 2001 From: Dmitry Kosolapov home Date: Fri, 21 Oct 2022 17:02:27 +0700 Subject: [PATCH] fix path to api --- src/config/routes.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/routes.tsx b/src/config/routes.tsx index 76400246..8c769dfa 100644 --- a/src/config/routes.tsx +++ b/src/config/routes.tsx @@ -12,7 +12,7 @@ export const APIS = { auth: 'https://auth.insports.tv', }, staging: { - api: 'https://www.api.test.insports.tv', + api: 'https://api.test.insports.tv', auth: 'https://www.auth.test.insports.tv', }, }