fix dev messagingApi

This commit is contained in:
SrGooglo 2023-03-20 15:57:06 +00:00
parent fe79eb39f8
commit 4950c809e1

View File

@ -6,7 +6,7 @@ import defaultRemotesOrigins from "../constants/defaultRemotesOrigins.json"
const envOrigins = { const envOrigins = {
"development": { "development": {
mainApi: `http://${window.location.hostname}:3010`, mainApi: `http://${window.location.hostname}:3010`,
messagingApi: `http://${window.location.hostname}:3030`, messagingApi: `http://${window.location.hostname}:3020`,
}, },
"production": { "production": {
mainApi: "http://api.comty.pw", mainApi: "http://api.comty.pw",