From 5e72bbbaab0c19b2f0412e53a132c2fa7ee15d99 Mon Sep 17 00:00:00 2001 From: Rakov Roman Date: Mon, 24 Oct 2022 14:36:24 +0300 Subject: [PATCH] fix(api): testing auth api test --- src/config/routes.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/config/routes.tsx b/src/config/routes.tsx index b307e805..cf1f9e99 100644 --- a/src/config/routes.tsx +++ b/src/config/routes.tsx @@ -8,12 +8,12 @@ export const APIS = { auth: 'https://auth.insports.tv', }, production: { - api: 'https://api.insports.tv', - auth: 'https://auth.insports.tv', + api: 'https://api.prod.insports.tv', + auth: 'https://auth.prod.insports.tv', }, staging: { - api: 'https://api.test.insports.tv', - auth: 'https://auth.test.insports.tv', + api: 'https://api.qwe.insports.tv', + auth: 'https://auth.qwe.insports.tv', }, }