8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27f9df2 commit c87ee27Copy full SHA for c87ee27
twilio/rest/pricing.py
@@ -36,7 +36,7 @@ def messaging_countries(self):
36
Returns a :class:`MessagingCountries` resource
37
:return: MessagingCountries
38
"""
39
- messaging_countries_uri = "{0}/Messaging/Countries".format(
+ messaging_countries_uri = "{0}/Messaging".format(
40
self.uri_base)
41
return MessagingCountries(messaging_countries_uri, self.auth,
42
self.timeout)
0 commit comments