fix policy check to use new endpoint

This commit is contained in:
xuu 2017-12-11 13:54:38 -07:00
parent b1e7b584f1
commit 3c848db437
No known key found for this signature in database
GPG key ID: 8B3B0604F164E04F

View file

@ -385,7 +385,7 @@ def http_get(server, url, query=None, headers=None):
return req.read() return req.read()
def find(fields=None, filter=None): def find(fields=None, filter=None):
server = "util.sour.is" server = "registry.dn42.us"
url = "/v1/reg/reg.objects" url = "/v1/reg/reg.objects"
if fields is None: if fields is None:
fields = [] fields = []