diff --git a/BTCPayServer/wwwroot/js/vaultbridge.js b/BTCPayServer/wwwroot/js/vaultbridge.js index 4394ab028..d27e90653 100644 --- a/BTCPayServer/wwwroot/js/vaultbridge.js +++ b/BTCPayServer/wwwroot/js/vaultbridge.js @@ -35,7 +35,7 @@ } }; request.overrideMimeType("text/plain"); - request.open('POST', 'http://localhost:65092/hwi-bridge/v1'); + request.open('POST', 'http://127.0.0.1:65092/hwi-bridge/v1'); request.send(JSON.stringify(jsonObject)); } else { @@ -87,7 +87,7 @@ } }; request.overrideMimeType("text/plain"); - request.open('GET', 'http://localhost:65092/hwi-bridge/v1/request-permission'); + request.open('GET', 'http://127.0.0.1:65092/hwi-bridge/v1/request-permission'); request.send(); }); }