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