|
|
|
@ -1,9 +1,9 @@ |
|
|
|
import { ENV } from 'config/env' |
|
|
|
import { ENV } from 'config/env' |
|
|
|
|
|
|
|
|
|
|
|
const APIS = { |
|
|
|
const APIS = { |
|
|
|
preproduction: 'https://auth.insports.tv', |
|
|
|
preproduction: 'https://api.auth.insports.tv', |
|
|
|
production: 'https://auth.insports.tv', |
|
|
|
production: 'https://api.auth.insports.tv', |
|
|
|
staging: 'https://auth.test.insports.tv', |
|
|
|
staging: 'https://api.auth.test.insports.tv', |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
export const API_ROOT = APIS[ENV] |
|
|
|
export const API_ROOT = APIS[ENV] |
|
|
|
|