Skip to content

Commit

Permalink
changed voice URLs to QA
Browse files Browse the repository at this point in the history
  • Loading branch information
anindya-plivo committed Jul 25, 2023
1 parent 989f83c commit cda8ae3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plivoclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ import (
const baseUrlString = "https://api.plivo.com/"

var HttpsScheme = "https"
var voiceBaseUrlString = "api.plivo.com"
var voiceBaseUrlStringFallback1 = "api.plivo.com"
var voiceBaseUrlStringFallback2 = "api.plivo.com"
var voiceBaseUrlString = "api-qa.voice.plivodev.com"
var voiceBaseUrlStringFallback1 = "api-qa.voice.plivodev.com"
var voiceBaseUrlStringFallback2 = "api-qa.voice.plivodev.com"

const baseRequestString = "/v1/Account/%s/"

Expand Down

0 comments on commit cda8ae3

Please sign in to comment.