fix(#169): auth api test

test-j
Rakov Roman 3 years ago
parent 39625ba5d3
commit 7e1303b342
  1. 4
      src/config/routes.tsx

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

Loading…
Cancel
Save