]> git.proxmox.com Git - mirror_acme.sh.git/commitdiff
fix https://github.com/acmesh-official/acme.sh/issues/4604
authorneilpang <github@neilpang.com>
Thu, 20 Apr 2023 10:11:55 +0000 (18:11 +0800)
committerneilpang <github@neilpang.com>
Thu, 20 Apr 2023 10:11:55 +0000 (18:11 +0800)
dnsapi/dns_leaseweb.sh

index 63f818692e9304d1e8e3cb6886e43d061a5fc2c6..4cd3a8f82e51d7cd980d9f06ae30fd90bcc36014 100644 (file)
@@ -6,7 +6,7 @@
 #See https://developer.leaseweb.com for more information.
 ########  Public functions #####################
 
-LSW_API="https://api.leaseweb.com/hosting/v2/domains/"
+LSW_API="https://api.leaseweb.com/hosting/v2/domains"
 
 #Usage: dns_leaseweb_add   _acme-challenge.www.domain.com
 dns_leaseweb_add() {