From f441a9a02c47ea6b9b407102a433802d3f351427 Mon Sep 17 00:00:00 2001 From: srgooglo Date: Fri, 1 Jul 2022 05:42:34 +0200 Subject: [PATCH] update default remotes --- packages/app/constants/defaultRemotesOrigins.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/app/constants/defaultRemotesOrigins.json b/packages/app/constants/defaultRemotesOrigins.json index 68308ac9..9e1786db 100644 --- a/packages/app/constants/defaultRemotesOrigins.json +++ b/packages/app/constants/defaultRemotesOrigins.json @@ -1,5 +1,5 @@ { - "main_api": "https://indev_api.comty.pw", - "streaming_api": "https://media_api.comty.pw", - "websocket_api": "wss://indev_ws.comty.pw" + "main_api": "https://api.comty.pw", + "streaming_api": "https://live.comty.pw", + "websocket_api": "wss://ws.comty.pw" } \ No newline at end of file