update origins

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

View File

@ -9,14 +9,14 @@ const envOrigins = {
messagingApi: `http://${window.location.hostname}:3020`, messagingApi: `http://${window.location.hostname}:3020`,
}, },
"production": { "production": {
mainApi: "http://api.comty.pw", mainApi: "http://api.comty.app",
messagingApi: `https://messaging_api.comty.pw`, messagingApi: `https://messaging_api.comty.app`,
}, },
"indev": { "indev": {
mainApi: "https://indev_api.comty.pw", mainApi: "https://indev_api.comty.app",
}, },
"nightly": { "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", "main_api": "https://api.comty.app",
"messagingApi": "https://messaging_api.comty.pw" "messagingApi": "https://messaging_api.comty.app"
} }