From 2f28e7c68c1512671b03b9f6c9c14b31d398c92f Mon Sep 17 00:00:00 2001 From: Andrei Dekterev Date: Mon, 11 Apr 2022 18:22:38 +0700 Subject: [PATCH] fix(#2370): change api for amazon --- src/config/routes.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/routes.tsx b/src/config/routes.tsx index 1fab81d5..4aba3a76 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://db-aws-stage.instat.tv', + api: 'https://api-aws-stage.instat.tv:11630', auth: 'https://auth.instat.tv', }, production: {