fix(#in701): auth requests fix

pull/252/head
Farber Denis 3 years ago
parent 8549251bc5
commit 2807de95dc
  1. 6
      src/config/routes.tsx

@ -5,15 +5,15 @@ 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://auth.insports.tv', auth: 'https://api.auth.insports.tv',
}, },
production: { production: {
api: 'https://api.insports.tv', api: 'https://api.insports.tv',
auth: 'https://auth.insports.tv', auth: 'https://api.auth.insports.tv',
}, },
staging: { staging: {
api: 'https://api.test.insports.tv', api: 'https://api.test.insports.tv',
auth: 'https://auth.test.insports.tv', auth: 'https://api.auth.test.insports.tv',
}, },
} }

Loading…
Cancel
Save