Skip to content

Commit 2ff645e

Browse files
author
Nuno Loureiro
authored
Update add_hosts_to_target.py
change link
1 parent 93a5a96 commit 2ff645e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

probely_api_examples/add_hosts_to_target.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
'Authorization': "JWT {}".format(token),
1313
'Content-Type': "application/json",
1414
}
15-
api_base_url = "https://api.stg.probely.com"
15+
api_base_url = "https://api.probely.com"
1616
endpoint = urljoin(api_base_url, "targets/{target_id}/assets/")
1717

1818
response = requests.post(

0 commit comments

Comments
 (0)