fix(auth): fixed auth api

test-j
Rakov Roman 3 years ago
parent ca9662e9ba
commit 2bebe4e793
  1. 2
      src/config/routes.tsx
  2. 2
      src/features/AuthServiceApp/config/routes.tsx

@ -9,7 +9,7 @@ export const APIS = {
}, },
production: { production: {
api: 'https://api.test.insports.tv', api: 'https://api.test.insports.tv',
auth: 'https://www.auth.test.insports.tv', auth: 'https://auth.test.insports.tv',
// api: 'https://api.insports.tv', // api: 'https://api.insports.tv',
// auth: 'https://auth.insports.tv', // auth: 'https://auth.insports.tv',
}, },

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

Loading…
Cancel
Save