Proxy websocket when running local environment.

This commit is contained in:
Simon Lindh
2019-08-29 01:05:46 +02:00
parent e95b90b857
commit 53269a805b
3 changed files with 9 additions and 4 deletions

View File

@@ -50,8 +50,8 @@ class MempoolSpace {
statistics.startStatistics();
fiatConversion.startService();
let opts = {
host: "127.0.0.1",
const opts = {
host: '127.0.0.1',
port: 8999
};
this.server.listen(opts, () => {