Skip to content

Commit 7f86d38

Browse files
TSMD-8502 rest_endpoint fixed
1 parent f6c4834 commit 7f86d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telesign/rest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def __init__(self, requests_response):
4949
def __init__(self,
5050
customer_id,
5151
api_key,
52-
rest_endpoint='http://127.0.0.1:8080',
52+
rest_endpoint='https://rest-api.telesign.com',
5353
proxies=None,
5454
timeout=10):
5555
"""

0 commit comments

Comments
 (0)