From 433722ccc60ee278532126ea694d9ec3e3e9e181 Mon Sep 17 00:00:00 2001 From: LukasWRN <127308232+LukasWRN@users.noreply.github.com> Date: Sat, 6 Dec 2025 15:35:24 +0100 Subject: [PATCH] Update WTS_API URL to use the API endpoint --- dnsapi/dns_wts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnsapi/dns_wts.sh b/dnsapi/dns_wts.sh index 0881dcec..0bea9509 100644 --- a/dnsapi/dns_wts.sh +++ b/dnsapi/dns_wts.sh @@ -10,7 +10,7 @@ Issues: github.com/acmesh-official/acme.sh/issues/6372 Author: Lukas Wärner (CEO) ' -WTS_API="https://waerner-techservices.de/hosting/domain" +WTS_API="https://api.waerner-techservices.de/hosting/domain" ######## Public functions ######################