mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-24 22:09:08 +08:00
fix: ws prefix url in electron (#1896)
This commit is contained in:
@@ -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',
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user