fix: ws prefix url in electron (#1896)

This commit is contained in:
Peng Xiao
2023-04-12 22:11:47 +08:00
committed by GitHub
parent 25d7f7c848
commit 95aa86cdf0
17 changed files with 237 additions and 261 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ const profileTarget = {
dev: '100.84.105.99:11001',
test: '100.84.105.99:11001',
stage: '',
prod: 'http://app.affine.pro',
prod: 'https://app.affine.pro',
local: '127.0.0.1:3000',
};