Update _get_root url in dnsapi/dns_fornex.sh

This commit is contained in:
kir 2025-03-11 08:07:38 +00:00
parent c459b5eb9d
commit 29342e036f

View File

@ -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