From 552c689d0c68c201dc82ec50b2c74d951d022908 Mon Sep 17 00:00:00 2001 From: Andrei Dekterev Date: Mon, 21 Nov 2022 16:15:51 +0300 Subject: [PATCH] feat(fix auth): fix auth --- 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', }, }