feat(ott-2680): remove test

keep-around/2fd168b18eeebc91eac94ae86d817c12edfe1576
dmitriy.karelin 3 years ago committed by Ruslan Khayrullin
parent bc11fdeafb
commit 1f453d4ac5
  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.test.insports.tv',
staging: 'https://auth.insports.tv',
}
export const API_ROOT = APIS[ENV]

Loading…
Cancel
Save