From d8df148dd24105bf59e5668bf525dac5cae31f52 Mon Sep 17 00:00:00 2001 From: Rakov Roman Date: Mon, 24 Oct 2022 14:18:05 +0300 Subject: [PATCH] fix(api): testing fix api 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', }, }