mirror of
https://github.com/donl/plivo-node.git
synced 2026-05-25 22:07:10 -06:00
Change URLs to prod from QA
This commit is contained in:
parent
9aa9078a52
commit
06973cff42
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ export function Request(config) {
|
|||
headers: headers,
|
||||
json: true
|
||||
};
|
||||
let apiVoiceUris = ['https://api-qa.voice.plivodev.com/v1/Account/','https://api-qa-usw1.voice.plivodev.com/v1/Account/','https://api-qa-use1.voice.plivodev.com/v1/Account/'];
|
||||
let apiVoiceUris = ['https://api-voice.plivo.com/v1/Account/','https://api-voice-usw1.plivo.com/v1/Account/','https://api-voice-use1.plivo.com/v1/Account/'];
|
||||
let isVoiceReq = false;
|
||||
if (params) {
|
||||
if (params.hasOwnProperty('is_call_insights_request')) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue