From 3bb4429d16fa20a0632ab152b155e1d34d2cac6e Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Mon, 31 Aug 2020 15:40:29 +0300 Subject: [PATCH] Server url: use our etebase partner URL. --- src/constants/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/constants/index.ts b/src/constants/index.ts index 2af7660..6bb219c 100644 --- a/src/constants/index.ts +++ b/src/constants/index.ts @@ -2,6 +2,7 @@ // SPDX-License-Identifier: AGPL-3.0-only export const appName = "EteSync"; +export const defaultServerUrl = "https://api.etebase.com/partner/etesync/"; export const homePage = "https://www.etesync.com/"; export const faq = homePage + "faq/"; export const sourceCode = "https://github.com/etesync/etesync-web";