From a08c9db9a6718b51f4aecaa4c893acaea7362297 Mon Sep 17 00:00:00 2001 From: Rakov Roman Date: Wed, 9 Nov 2022 18:44:17 +0300 Subject: [PATCH] fix(#169): auth test api --- 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 97de55eb..639d0efc 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://api.auth.test.insports.tv', }, }