From 34ec3e8a5de541e5bd3237c1b4f91c5ef5402bbe Mon Sep 17 00:00:00 2001 From: Andrei Dekterev Date: Tue, 20 Sep 2022 18:34:51 +0400 Subject: [PATCH] fix(#2818): change route for staging --- src/config/routes.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/routes.tsx b/src/config/routes.tsx index ea4477eb..b307e805 100644 --- a/src/config/routes.tsx +++ b/src/config/routes.tsx @@ -12,8 +12,8 @@ export const APIS = { auth: 'https://auth.insports.tv', }, staging: { - api: 'https://api.insports.tv', - auth: 'https://auth.insports.tv', + api: 'https://api.test.insports.tv', + auth: 'https://auth.test.insports.tv', }, }