address update

This commit is contained in:
muassif
2021-08-21 17:15:28 +04:00
committed by GitHub
parent 3e17acf8a4
commit 3c1e9afa80
+1 -1
View File
@@ -1,6 +1,6 @@
import requests
payload = {}
headers = {}
url = "https://10.52.90.101/rest-gateway/rest/api/v1/location/services/endpoints?endPoint=/v1/auth/token"
url = "https://10.52.90.10/rest-gateway/rest/api/v1/location/services/endpoints?endPoint=/v1/auth/token"
resp = requests.request("GET", url, headers=headers, data=payload, verify=False)
print(resp.text)