mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-11 10:18:07 +09:00
fixes
This commit is contained in:
parent
684933d628
commit
2bc02c8704
3 changed files with 9 additions and 5 deletions
3
dist/polyfill.js
vendored
3
dist/polyfill.js
vendored
|
@ -31,8 +31,7 @@ window.require = window.require || function (mod) {
|
|||
ret.getGlobal = function (v) {
|
||||
switch (v) {
|
||||
case 'serverAddr':
|
||||
return 'http://127.0.0.1:61266';
|
||||
break;
|
||||
return window.serverAddr;
|
||||
};
|
||||
};
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue