fix(auth): auth api test

test-j
Rakov Roman 3 years ago
parent c2b7b6a973
commit 8863518ee5
  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://www.auth.test.insports.tv',
staging: 'https://auth.test.insports.tv',
}
export const API_ROOT = APIS[ENV]

Loading…
Cancel
Save