address update
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import requests
|
import requests
|
||||||
payload = {}
|
payload = {}
|
||||||
headers = {}
|
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)
|
resp = requests.request("GET", url, headers=headers, data=payload, verify=False)
|
||||||
print(resp.text)
|
print(resp.text)
|
||||||
|
|||||||
Reference in New Issue
Block a user