mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
remove http2
This commit is contained in:
parent
b1a1935c5a
commit
47bc17822e
2 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,7 @@ class Server {
|
|||
|
||||
if (!this.isRunning && str && (str.indexOf(stdoutWebProxyPrefix) >= 0)) {
|
||||
const regex = new RegExp(stdoutWebProxyPrefix + '([^\n^\s]+)');
|
||||
this.address = 'https://' + regex.exec(str)[1];
|
||||
this.address = 'http://' + regex.exec(str)[1];
|
||||
this.isRunning = true;
|
||||
resolve(true);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue