|
|
|
@ -2,7 +2,7 @@ import { ENV } from 'config/env' |
|
|
|
|
|
|
|
|
|
|
|
const APIS = { |
|
|
|
const APIS = { |
|
|
|
preproduction: 'https://auth.insports.tv', |
|
|
|
preproduction: 'https://auth.insports.tv', |
|
|
|
production: 'https://www.auth.test.insports.tv', |
|
|
|
production: 'https://auth.test.insports.tv', |
|
|
|
// production: 'https://auth.insports.tv',
|
|
|
|
// production: 'https://auth.insports.tv',
|
|
|
|
staging: 'https://auth.test.insports.tv', |
|
|
|
staging: 'https://auth.test.insports.tv', |
|
|
|
} |
|
|
|
} |
|
|
|
|