1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-11 10:18:07 +09:00
This commit is contained in:
Andrew Simachev 2022-01-22 15:25:13 +03:00
parent 684933d628
commit 2bc02c8704
3 changed files with 9 additions and 5 deletions

3
dist/polyfill.js vendored
View file

@ -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;