fix(change api): change auth api

keep-around/44e70269ba4e4c3ea8c912424bbb3a0e479f07f4
Andrei Dekterev 3 years ago
parent 12c01cbc63
commit 5e259d1cdf
  1. 6
      src/config/routes.tsx

@ -5,15 +5,15 @@ import { ENV, isProduction } from './env'
export const APIS = {
preproduction: {
api: 'https://api.insports.tv',
auth: 'https://auth.insports.tv',
auth: 'https://api.auth.insports.tv',
},
production: {
api: 'https://api.insports.tv',
auth: 'https://auth.insports.tv',
auth: 'https://api.auth.insports.tv',
},
staging: {
api: 'https://api.test.insports.tv',
auth: 'https://auth.test.insports.tv',
auth: 'https://api.auth.test.insports.tv',
},
}

Loading…
Cancel
Save