diff --git a/src/config/routes.tsx b/src/config/routes.tsx index 06912cb2..1fab81d5 100644 --- a/src/config/routes.tsx +++ b/src/config/routes.tsx @@ -4,7 +4,7 @@ import { ENV, isProduction } from './env' export const APIS = { preproduction: { - api: 'https://api-test.instat.tv', + api: 'https://db-aws-stage.instat.tv', auth: 'https://auth.instat.tv', }, production: { diff --git a/src/features/SystemSettings/components/APISettings/index.tsx b/src/features/SystemSettings/components/APISettings/index.tsx index e4036946..cb287ac1 100644 --- a/src/features/SystemSettings/components/APISettings/index.tsx +++ b/src/features/SystemSettings/components/APISettings/index.tsx @@ -28,17 +28,17 @@ const options: Array