From ca9662e9ba93fdf417f9bbca97c80b9ab6a7bcf4 Mon Sep 17 00:00:00 2001 From: Rakov Roman Date: Wed, 26 Oct 2022 14:53:38 +0300 Subject: [PATCH] fix(auth): testing auth api fix --- src/config/routes.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config/routes.tsx b/src/config/routes.tsx index dbe9c406..20e714cb 100644 --- a/src/config/routes.tsx +++ b/src/config/routes.tsx @@ -8,14 +8,14 @@ export const APIS = { auth: 'https://auth.insports.tv', }, production: { - api: 'https://www.api.auth.test.insports.tv', + api: 'https://api.test.insports.tv', auth: 'https://www.auth.test.insports.tv', // api: 'https://api.insports.tv', // auth: 'https://auth.insports.tv', }, staging: { - api: 'https://www.api.test.insports.tv', - auth: 'https://www.auth.test.insports.tv', + api: 'https://api.test.insports.tv', + auth: 'https://auth.test.insports.tv', }, }