diff --git a/src/config/routes.tsx b/src/config/routes.tsx index 20e714cb..025b19ab 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://www.auth.test.insports.tv', + auth: 'https://auth.test.insports.tv', // api: 'https://api.insports.tv', // auth: 'https://auth.insports.tv', }, diff --git a/src/features/AuthServiceApp/config/routes.tsx b/src/features/AuthServiceApp/config/routes.tsx index 4000b654..af15d140 100644 --- a/src/features/AuthServiceApp/config/routes.tsx +++ b/src/features/AuthServiceApp/config/routes.tsx @@ -2,7 +2,7 @@ import { ENV } from 'config/env' const APIS = { preproduction: 'https://auth.insports.tv', - production: 'https://www.auth.test.insports.tv', + production: 'https://auth.test.insports.tv', // production: 'https://auth.insports.tv', staging: 'https://auth.test.insports.tv', }