From 256e9c699dae1d67e228d86492f03f9eb0e41fd0 Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Wed, 24 Jul 2024 01:00:59 -0400 Subject: [PATCH] Update to Equicord Cloud --- src/api/Settings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/Settings.ts b/src/api/Settings.ts index f6861599..377aa014 100644 --- a/src/api/Settings.ts +++ b/src/api/Settings.ts @@ -108,7 +108,7 @@ const DefaultSettings: Settings = { cloud: { authenticated: false, - url: "https://equicord.thororen.com/", + url: "https://cloud.equicord.fyi/", settingsSync: false, settingsSyncVersion: 0 },