From e004e6ad9a92dec4fc2595fd952523878523773f Mon Sep 17 00:00:00 2001 From: Andrei Dekterev Date: Wed, 23 Nov 2022 11:01:29 +0300 Subject: [PATCH] Revert "Revert "fix(169): fix logout"" This reverts commit c93c820406097a9b3c1963ae1922d3b384db5d41. --- 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 8c769dfa..b307e805 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://www.auth.test.insports.tv', + auth: 'https://auth.test.insports.tv', }, }