fix(auth): testing auth api fix

test-j
Rakov Roman 3 years ago
parent 5e72bbbaab
commit c6425b5120
  1. 10
      src/config/routes.tsx
  2. 3
      src/features/AuthServiceApp/config/routes.tsx

@ -8,12 +8,14 @@ export const APIS = {
auth: 'https://auth.insports.tv', auth: 'https://auth.insports.tv',
}, },
production: { production: {
api: 'https://api.prod.insports.tv', api: 'https://www.api.auth.test.insports.tv',
auth: 'https://auth.prod.insports.tv', auth: 'https://www.auth.test.insports.tv',
// api: 'https://api.insports.tv',
// auth: 'https://auth.insports.tv',
}, },
staging: { staging: {
api: 'https://api.qwe.insports.tv', api: 'https://www.api.test.insports.tv',
auth: 'https://auth.qwe.insports.tv', auth: 'https://www.auth.test.insports.tv',
}, },
} }

@ -2,7 +2,8 @@ import { ENV } from 'config/env'
const APIS = { const APIS = {
preproduction: 'https://auth.insports.tv', preproduction: 'https://auth.insports.tv',
production: 'https://auth.insports.tv', production: 'https://www.auth.test.insports.tv',
// production: 'https://auth.insports.tv',
staging: 'https://auth.test.insports.tv', staging: 'https://auth.test.insports.tv',
} }

Loading…
Cancel
Save