Merge pull request #2 from fornex-com/fornex_dnsapi_fix

Update _get_root url in dnsapi/dns_fornex.sh
This commit is contained in:
taras-l 2025-03-11 10:21:35 +02:00 committed by GitHub
commit b38d15adb3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -95,7 +95,7 @@ _get_root() {
return 1 return 1
fi fi
if ! _rest GET "dns/domain/"; then if ! _rest GET "dns/domain/?q=$h"; then
return 1 return 1
fi fi