This commit is contained in:
neil 2020-04-12 11:48:43 +08:00
commit cd8e04471c
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ _get_root() {
return 1
fi
if ! _constellix_rest GET "domains/search?name=$h"; then
if ! _constellix_rest GET "domains/search?exact=$h"; then
return 1
fi