diff --git a/src/config/routes.tsx b/src/config/routes.tsx index dbe9c406..20e714cb 100644 --- a/src/config/routes.tsx +++ b/src/config/routes.tsx @@ -8,14 +8,14 @@ export const APIS = { auth: 'https://auth.insports.tv', }, production: { - api: 'https://www.api.auth.test.insports.tv', + api: 'https://api.test.insports.tv', auth: 'https://www.auth.test.insports.tv', // api: 'https://api.insports.tv', // auth: 'https://auth.insports.tv', }, staging: { - api: 'https://www.api.test.insports.tv', - auth: 'https://www.auth.test.insports.tv', + api: 'https://api.test.insports.tv', + auth: 'https://auth.test.insports.tv', }, }