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: {