mirror of
https://github.com/donl/plivo-node.git
synced 2026-06-30 06:12:08 -06:00
changed the base url
This commit is contained in:
parent
b465b2c747
commit
e2a581d259
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
})`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue