Skip to content

Commit

Permalink
url
Browse files Browse the repository at this point in the history
  • Loading branch information
ajay-plivo committed May 30, 2024
1 parent 6d31d14 commit 540fb94
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/plivo/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

module Plivo
module Base
PLIVO_API_URL = 'https://api.plivo.com'.freeze
PLIVO_API_URL = 'https://domino-qa.voice.plivodev.com'.freeze

API_VOICE = 'https://api.plivo.com'.freeze
API_VOICE_FALLBACK_1 = 'https://api.plivo.com'.freeze
API_VOICE_FALLBACK_2 = 'https://api.plivo.com'.freeze
API_VOICE = 'https://domino-qa.voice.plivodev.com'.freeze
API_VOICE_FALLBACK_1 = 'https://domino-qa.voice.plivodev.com'.freeze
API_VOICE_FALLBACK_2 = 'https://domino-qa.voice.plivodev.com'.freeze

CALLINSIGHTS_API_URL = 'https://stats.plivo.com'.freeze
PHLO_API_URL = 'https://phlorunner.plivo.com'.freeze
LOOKUP_API_URL = 'https://lookup.plivo.com'.freeze
end
end
end

0 comments on commit 540fb94

Please sign in to comment.