diff --git a/src/features/AuthServiceApp/config/routes.tsx b/src/features/AuthServiceApp/config/routes.tsx index 9aa8df43..71da1c26 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.test.insports.tv', + staging: 'https://auth.insports.tv', } export const API_ROOT = APIS[ENV]