Skip to content

Commit

Permalink
Updated explorer link
Browse files Browse the repository at this point in the history
  • Loading branch information
dondreytaylor committed Dec 3, 2019
1 parent 63cbfaf commit 8db4fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ var initialization = async function() {
handler: function(request, reply)
{
return new Promise(function(accept, reject) {
got("http://insight.bithereum.network/insight-api/status"").then(function(response) {
got("http://insight.bithereum.network/insight-api/status").then(function(response) {
accept(response.body);
});
});
Expand Down

0 comments on commit 8db4fd5

Please sign in to comment.