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 540fb94 commit 477ee53
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/plivo/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

module Plivo
module Base
PLIVO_API_URL = 'https://domino-qa.voice.plivodev.com'.freeze
PLIVO_API_URL = '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
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

CALLINSIGHTS_API_URL = 'https://stats.plivo.com'.freeze
PHLO_API_URL = 'https://phlorunner.plivo.com'.freeze
Expand Down

0 comments on commit 477ee53

Please sign in to comment.