Proxy websocket when running local environment.
This commit is contained in:
@@ -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, () => {
|
||||
|
||||
Reference in New Issue
Block a user