From 49a5e12e383432668a5ceedf6f4e342bcea68146 Mon Sep 17 00:00:00 2001 From: cher112 <53815026+cher112@users.noreply.github.com> Date: Thu, 31 Oct 2024 20:40:25 +0800 Subject: [PATCH] Update sync.ts --- app/store/sync.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/store/sync.ts b/app/store/sync.ts index 8477c1e4b..1450b8975 100644 --- a/app/store/sync.ts +++ b/app/store/sync.ts @@ -23,7 +23,7 @@ const isApp = !!getClientConfig()?.isApp; export type SyncStore = GetStoreState; const DEFAULT_SYNC_STATE = { - provider: ProviderType.WebDAV, + provider: ProviderType.UpStash, useProxy: true, proxyUrl: ApiPath.Cors as string,