From 500ba5c740ae11e9d9332b4940f8626cdb3318d6 Mon Sep 17 00:00:00 2001 From: Rakov Roman Date: Wed, 9 Nov 2022 18:51:05 +0300 Subject: [PATCH] fix(#169): auth api test --- src/config/routes.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/routes.tsx b/src/config/routes.tsx index 639d0efc..97de55eb 100644 --- a/src/config/routes.tsx +++ b/src/config/routes.tsx @@ -13,7 +13,7 @@ export const APIS = { }, staging: { api: 'https://api.test.insports.tv', - auth: 'https://api.auth.test.insports.tv', + auth: 'https://www.auth.test.insports.tv', }, }