mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
fix dev messagingApi
This commit is contained in:
parent
fe79eb39f8
commit
4950c809e1
@ -6,7 +6,7 @@ import defaultRemotesOrigins from "../constants/defaultRemotesOrigins.json"
|
||||
const envOrigins = {
|
||||
"development": {
|
||||
mainApi: `http://${window.location.hostname}:3010`,
|
||||
messagingApi: `http://${window.location.hostname}:3030`,
|
||||
messagingApi: `http://${window.location.hostname}:3020`,
|
||||
},
|
||||
"production": {
|
||||
mainApi: "http://api.comty.pw",
|
||||
|
Loading…
x
Reference in New Issue
Block a user