update origins

This commit is contained in:
SrGooglo 2023-04-03 16:20:11 +00:00
parent 4e103d429c
commit f84d67ce9c
2 changed files with 6 additions and 6 deletions

View File

@ -9,14 +9,14 @@ const envOrigins = {
messagingApi: `http://${window.location.hostname}:3020`,
},
"production": {
mainApi: "http://api.comty.pw",
messagingApi: `https://messaging_api.comty.pw`,
mainApi: "http://api.comty.app",
messagingApi: `https://messaging_api.comty.app`,
},
"indev": {
mainApi: "https://indev_api.comty.pw",
mainApi: "https://indev_api.comty.app",
},
"nightly": {
mainApi: "https://nightly_api.comty.pw",
mainApi: "https://nightly_api.comty.app",
}
}

View File

@ -1,4 +1,4 @@
{
"main_api": "https://api.comty.pw",
"messagingApi": "https://messaging_api.comty.pw"
"main_api": "https://api.comty.app",
"messagingApi": "https://messaging_api.comty.app"
}