From 403c78168cdc92b8fec0cdf50903f7ff16aa899b Mon Sep 17 00:00:00 2001 From: Koushik-Ayila Date: Wed, 26 Aug 2020 11:31:13 +0530 Subject: [PATCH] MPC API - Under Development --- 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 492c32d..7e13eae 100644 --- a/lib/rest/client.js +++ b/lib/rest/client.js @@ -65,7 +65,7 @@ export class Client { authId: authId, authToken: authToken, version: "v1", - url: "https://api.plivo.com/v1/Account/" + authId, + url: "https://api-qa.voice.plivodev.com/v1/Account/" + authId, userAgent: `${"plivo-node"}/${version || "Unknown Version"} (Node: ${ process.version })`