Update _get_root url in dnsapi/dns_fornex.sh
parent
c459b5eb9d
commit
29342e036f
|
@ -95,7 +95,7 @@ _get_root() {
|
|||
return 1
|
||||
fi
|
||||
|
||||
if ! _rest GET "dns/domain/"; then
|
||||
if ! _rest GET "dns/domain/?q=$h"; then
|
||||
return 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue