replace api.auth to api-auth url

auth
vl 1 year ago
parent 55e15e2b08
commit 532bcea07a
  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 = {
preproduction: {
api: 'https://api.insports.tv',
auth: 'https://api.auth.insports.tv',
auth: 'https://api-auth.insports.tv',
auth_old: 'https://auth.insports.tv',
},
production: {
api: 'https://api.insports.tv',
auth: 'https://api.auth.insports.tv',
auth: 'https://api-auth.insports.tv',
auth_old: 'https://auth.insports.tv',
},
staging: {

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

Loading…
Cancel
Save