update remotes

This commit is contained in:
SrGooglo 2022-12-14 15:46:53 +00:00
parent 8711838793
commit 4859663a09
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ const envOrigins = {
}, },
"production": { "production": {
mainApi: "http://api.comty.pw", mainApi: "http://api.comty.pw",
messagingApi: `http://api.comty.pw/messaging`, messagingApi: `https://messaging_api.comty.pw`,
}, },
"indev": { "indev": {
mainApi: "https://indev_api.comty.pw", mainApi: "https://indev_api.comty.pw",

View File

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