2
0
mirror of https://github.com/acmesh-official/acme.sh synced 2025-08-31 06:15:14 +00:00

Merge pull request #2847 from woutd/fix-constellix-api-domain-search

Constellix made changes to their API.
This commit is contained in:
neil
2020-04-12 10:49:35 +08:00
committed by GitHub

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