fix(api): testing auth api test

test-j
Rakov Roman 3 years ago
parent d8df148dd2
commit 5e72bbbaab
  1. 8
      src/config/routes.tsx

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

Loading…
Cancel
Save