|
|
|
@ -5,12 +5,12 @@ import { ENV, isProduction } from './env' |
|
|
|
export const APIS = { |
|
|
|
export const APIS = { |
|
|
|
preproduction: { |
|
|
|
preproduction: { |
|
|
|
api: 'https://api.insports.tv', |
|
|
|
api: 'https://api.insports.tv', |
|
|
|
auth: 'https://api-auth.insports.tv', |
|
|
|
auth: 'https://api.auth.insports.tv', |
|
|
|
auth_old: 'https://auth.insports.tv', |
|
|
|
auth_old: 'https://auth.insports.tv', |
|
|
|
}, |
|
|
|
}, |
|
|
|
production: { |
|
|
|
production: { |
|
|
|
api: 'https://api.insports.tv', |
|
|
|
api: 'https://api.insports.tv', |
|
|
|
auth: 'https://api-auth.insports.tv', |
|
|
|
auth: 'https://api.auth.insports.tv', |
|
|
|
auth_old: 'https://auth.insports.tv', |
|
|
|
auth_old: 'https://auth.insports.tv', |
|
|
|
}, |
|
|
|
}, |
|
|
|
staging: { |
|
|
|
staging: { |
|
|
|
|