diff --git a/src/config/routes.tsx b/src/config/routes.tsx index 15a67b41..c7d33438 100644 --- a/src/config/routes.tsx +++ b/src/config/routes.tsx @@ -5,15 +5,15 @@ import { ENV, isProduction } from './env' export const APIS = { preproduction: { api: 'https://api.insports.tv', - auth: 'https://auth.insports.tv', + auth: 'https://api.auth.insports.tv', }, production: { api: 'https://api.insports.tv', - auth: 'https://auth.insports.tv', + auth: 'https://api.auth.insports.tv', }, staging: { api: 'https://api.test.insports.tv', - auth: 'https://auth.test.insports.tv', + auth: 'https://api.auth.test.insports.tv', }, }