replace api.auth to api-auth url

insports.tv
vl 1 year ago
parent 92d08cb446
commit 7f14069a5c
  1. 4
      src/config/routes.tsx
  2. 4
      src/features/AuthServiceApp/config/routes.tsx

@ -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: {

@ -3,8 +3,8 @@ import { ENV, isProduction } from 'config/env'
import { readSelectedApi } from 'helpers/selectedApi' import { readSelectedApi } from 'helpers/selectedApi'
const APIS = { const APIS = {
preproduction: 'https://api.auth.insports.tv', preproduction: 'https://api-auth.insports.tv',
production: 'https://api.auth.insports.tv', production: 'https://api-auth.insports.tv',
staging: 'https://api.auth.test.insports.tv', staging: 'https://api.auth.test.insports.tv',
} }

Loading…
Cancel
Save