Unverified Commit 47e60cef authored by Kevin Köllmann's avatar Kevin Köllmann
Browse files

Use new searchMasterDomain API endpoint

parent 383287ad
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment