diff --git a/Examples.md b/Examples.md index f26e75f..740076d 100644 --- a/Examples.md +++ b/Examples.md @@ -13,7 +13,7 @@ var credential = { HTTP.create() .setContentType("application/json") .setRequestBody(credential) - .post(apiUrl + "/netsolid/auth/authenticate", function(res) { + .post(apiUrl + "myproject/auth/authenticate", function(res) { if ("error" in res) { console.error(res.error.message); } else if ("data" in res) {