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', }, }