From 061822b1d439b6d8ef2f42410d723cc58e0100fa Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Sun, 16 Jun 2019 15:46:02 +0800 Subject: [PATCH] change backend address to 127.0.0.1 --- html/js/config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/html/js/config.js b/html/js/config.js index 0ec452b..784a9c3 100755 --- a/html/js/config.js +++ b/html/js/config.js @@ -1,6 +1,5 @@ var config = { - apiUrl: "http://0.0.0.0:1984/", - //apiUrl: "http://127.0.0.1:1984/", + apiUrl: "http://127.0.0.1:1984/", mainnetExplorerUrl: "https://xmrchain.com/", testnetExplorerUrl: "https://testnet.xmrchain.com/", stagenetExplorerUrl: "http://139.162.60.17:8082/",