Update sync.ts

This commit is contained in:
cher112 2024-10-31 20:40:25 +08:00 committed by GitHub
parent e8698cfbb4
commit 49a5e12e38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ const isApp = !!getClientConfig()?.isApp;
export type SyncStore = GetStoreState<typeof useSyncStore>;
const DEFAULT_SYNC_STATE = {
provider: ProviderType.WebDAV,
provider: ProviderType.UpStash,
useProxy: true,
proxyUrl: ApiPath.Cors as string,