Use new searchMasterDomain API endpoint

This commit is contained in:
Kevin Köllmann
2022-09-07 13:07:04 +02:00
parent 383287adcd
commit 47e60cefe3

View File

@@ -137,7 +137,7 @@ _get_root() {
domain=$1
i=2
p=1
if _opns_rest "GET" "/domain/searchDomain"; then
if _opns_rest "GET" "/domain/searchMasterDomain"; then
_domain_response="$response"
else
return 1