mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🚨
This commit is contained in:
parent
4a945303a4
commit
b4bbabde4e
4 changed files with 5 additions and 5 deletions
|
|
@ -119,7 +119,7 @@ const exitApp = (port, errorWindowId) => {
|
|||
}
|
||||
};
|
||||
|
||||
const localServer = "http://127.0.0.1"
|
||||
const localServer = "http://127.0.0.1";
|
||||
|
||||
const getServer = (port = kernelPort) => {
|
||||
return localServer + ":" + port;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue