feat(ott-2680): add test for auth service

keep-around/2fd168b18eeebc91eac94ae86d817c12edfe1576
dmitriy.karelin 3 years ago committed by Ruslan Khayrullin
parent c1ffda2a8c
commit bc11fdeafb
  1. 2
      src/features/AuthServiceApp/config/routes.tsx

@ -3,7 +3,7 @@ import { ENV } from 'config/env'
const APIS = {
preproduction: 'https://auth.insports.tv',
production: 'https://auth.insports.tv',
staging: 'https://auth.insports.tv',
staging: 'https://auth.test.insports.tv',
}
export const API_ROOT = APIS[ENV]

Loading…
Cancel
Save