diff --git a/src/config/routes.tsx b/src/config/routes.tsx index b307e805..8a397573 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', }, }