We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f76d0d5 commit 1abc138Copy full SHA for 1abc138
examples/simple/index-async-await.js
@@ -2,7 +2,7 @@ const dgraph = require("dgraph-js-http");
2
3
// Create a client stub.
4
function newClientStub() {
5
- return new dgraph.DgraphClientStub("http://localhost:8080");
+ return new dgraph.DgraphClientStub("http://localhost:8180");
6
}
7
8
// Create a client.
examples/simple/index-promise.js
0 commit comments