diff --git a/src/config/routes.tsx b/src/config/routes.tsx index 639d0efc..8c769dfa 100644 --- a/src/config/routes.tsx +++ b/src/config/routes.tsx @@ -9,11 +9,11 @@ export const APIS = { }, production: { api: 'https://api.insports.tv', - auth: 'https://auth.test.insports.tv', + auth: 'https://auth.insports.tv', }, staging: { api: 'https://api.test.insports.tv', - auth: 'https://api.auth.test.insports.tv', + auth: 'https://www.auth.test.insports.tv', }, }