mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-25 08:44:19 +03:00
fix(electron): api url mapping in electron (#4276)
This commit is contained in:
parent
aa025b0d46
commit
538c150950
@ -19,7 +19,7 @@ const API_URL_MAPPING = {
|
|||||||
stable: `https://app.affine.pro`,
|
stable: `https://app.affine.pro`,
|
||||||
beta: `https://insider.affine.pro`,
|
beta: `https://insider.affine.pro`,
|
||||||
canary: `https://affine.fail`,
|
canary: `https://affine.fail`,
|
||||||
internal: `https://affine.fail`,
|
internal: `https://insider.affine.pro`,
|
||||||
};
|
};
|
||||||
|
|
||||||
export const CLOUD_BASE_URL =
|
export const CLOUD_BASE_URL =
|
||||||
|
Loading…
Reference in New Issue
Block a user