mirror of
https://github.com/donl/plivo-node.git
synced 2026-05-26 22:06:48 -06:00
MPC API - Under Development
This commit is contained in:
parent
9b8d26db63
commit
403c78168c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
})`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue