From e2a581d259606da7feb1f2e2c9ab5b0b32ca38ed Mon Sep 17 00:00:00 2001 From: kalyan-plivo <49232630+kalyan-plivo@users.noreply.github.com> Date: Mon, 14 Dec 2020 16:27:16 +0530 Subject: [PATCH] changed the base url --- lib/rest/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rest/client.js b/lib/rest/client.js index 58195da..48b5039 100644 --- a/lib/rest/client.js +++ b/lib/rest/client.js @@ -60,7 +60,7 @@ export class Client { authId: authId, authToken: authToken, version: "v1", - url: "https://api.plivo.com/v1/Account/" + authId, + url: "https://api.numbers.plivodev.com/v1/Account/" + authId, userAgent: `${"plivo-node"}/${version || "Unknown Version"} (Node: ${ process.version })`