From 65228945302719d509b50337c9cd268e614ca27c Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Wed, 14 Dec 2022 16:43:49 +0000 Subject: [PATCH] update remotes --- packages/app/config/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/app/config/index.js b/packages/app/config/index.js index bb874767..fa06a367 100755 --- a/packages/app/config/index.js +++ b/packages/app/config/index.js @@ -6,7 +6,7 @@ import defaultRemotesOrigins from "../constants/defaultRemotesOrigins.json" const envOrigins = { "development": { mainApi: `http://${window.location.hostname}:3000`, - messagingApi: `http://${window.location.hostname}:3020`, + messagingApi: `http://${window.location.hostname}:3001`, }, "production": { mainApi: "http://api.comty.pw",