From d744a3c6cbae11c355a480a828855837d49b9429 Mon Sep 17 00:00:00 2001 From: Andrei Dekterev Date: Mon, 11 Apr 2022 15:51:51 +0700 Subject: [PATCH] fix(#2370): add new api from amazon in settings --- src/config/routes.tsx | 2 +- .../SystemSettings/components/APISettings/index.tsx | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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