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