mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-23 20:18:42 +08:00
fix(electron): set stable base url to app.affine.pro (#5401)
close TOV-282
This commit is contained in:
@@ -24,7 +24,7 @@ export const mode = process.env.NODE_ENV;
|
|||||||
export const isDev = mode === 'development';
|
export const isDev = mode === 'development';
|
||||||
|
|
||||||
const API_URL_MAPPING = {
|
const API_URL_MAPPING = {
|
||||||
stable: `https://insider.affine.pro`, // Let insider be stable environment temporarily.
|
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://insider.affine.pro`,
|
internal: `https://insider.affine.pro`,
|
||||||
|
|||||||
Reference in New Issue
Block a user