fix(#2818): change route for staging

keep-around/99001d5964a4727568711990575a9f282fe3f67e
Andrei Dekterev 3 years ago
parent 02beeb937a
commit 34ec3e8a5d
  1. 4
      src/config/routes.tsx

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

Loading…
Cancel
Save