From bc11fdeafb2a1556ebad5141f4650fc7e82f37f7 Mon Sep 17 00:00:00 2001 From: "dmitriy.karelin" Date: Mon, 19 Sep 2022 17:13:42 +0300 Subject: [PATCH] feat(ott-2680): add test for auth service --- src/features/AuthServiceApp/config/routes.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/AuthServiceApp/config/routes.tsx b/src/features/AuthServiceApp/config/routes.tsx index 71da1c26..9aa8df43 100644 --- a/src/features/AuthServiceApp/config/routes.tsx +++ b/src/features/AuthServiceApp/config/routes.tsx @@ -3,7 +3,7 @@ import { ENV } from 'config/env' const APIS = { preproduction: 'https://auth.insports.tv', production: 'https://auth.insports.tv', - staging: 'https://auth.insports.tv', + staging: 'https://auth.test.insports.tv', } export const API_ROOT = APIS[ENV]