fix path to api

test-j
Dmitry Kosolapov home 3 years ago committed by Rakov Roman
parent 5a06c31676
commit 9c1509dba3
  1. 2
      src/config/routes.tsx

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

Loading…
Cancel
Save