From c93c820406097a9b3c1963ae1922d3b384db5d41 Mon Sep 17 00:00:00 2001 From: Andrei Dekterev Date: Tue, 22 Nov 2022 16:03:08 +0300 Subject: [PATCH] Revert "fix(169): fix logout" This reverts commit 62417be7c1cc5ed942195c423c5f1f5f4254179d. --- 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 b307e805..8c769dfa 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://auth.test.insports.tv', + auth: 'https://www.auth.test.insports.tv', }, }