From 85d37d7232f30d340bc31ba815d5d04dffe35779 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Tue, 10 Nov 2020 17:34:48 +0900 Subject: [PATCH] Updated Examples (markdown) --- Examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {