update remotes

This commit is contained in:
SrGooglo 2022-12-14 15:46:53 +00:00
parent 27140c4616
commit 317b320a80
2 changed files with 2 additions and 2 deletions

View File

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

View File

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