Merge pull request #2847 from woutd/fix-constellix-api-domain-search
Constellix made changes to their API.pull/2854/head^2
commit
2df43c9e2b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue