From 7e1303b342d28614509c40da5a47aba182c66643 Mon Sep 17 00:00:00 2001 From: Rakov Roman Date: Thu, 10 Nov 2022 12:03:42 +0300 Subject: [PATCH] fix(#169): auth api test --- src/config/routes.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/routes.tsx b/src/config/routes.tsx index 639d0efc..8c769dfa 100644 --- a/src/config/routes.tsx +++ b/src/config/routes.tsx @@ -9,11 +9,11 @@ export const APIS = { }, production: { api: 'https://api.insports.tv', - auth: 'https://auth.test.insports.tv', + auth: 'https://auth.insports.tv', }, staging: { api: 'https://api.test.insports.tv', - auth: 'https://api.auth.test.insports.tv', + auth: 'https://www.auth.test.insports.tv', }, }