Merge pull request #2 from fornex-com/fornex_dnsapi_fix

Update _get_root url in dnsapi/dns_fornex.sh
pull/6284/head
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
1 changed files with 1 additions and 1 deletions

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