Merge pull request #6284 from fornex-com/master

Optimize root domain search through api
pull/6466/head^2
neil 2025-08-12 22:31:02 +08:00 committed by GitHub
commit 49513cb2ee
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