Skip to content

Commit 0bfb951

Browse files
authored
Update create_account_api_key_enterprise.py
1 parent aec3b08 commit 0bfb951

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

probely_api_examples/create_account_api_key_enterprise.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
username = input("Username: ")
1010
password = getpass.getpass()
1111

12-
api_base_url = "http://localhost:8060"#"https://api.probely.com"
12+
api_base_url = "https://api.probely.com"
1313
auth_endpoint = urljoin(api_base_url, "enterprise/auth/obtain/")
1414
keys_endpoint = urljoin(api_base_url, "keys/")
1515

0 commit comments

Comments
 (0)