From eff1d53c7bf9598125bab130e989d10a06a46747 Mon Sep 17 00:00:00 2001 From: Lukas Breitstadt Date: Sat, 21 Mar 2026 23:24:15 +0100 Subject: [PATCH] Update baseURL --- client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.go b/client.go index 7c70f2d..8cacf52 100644 --- a/client.go +++ b/client.go @@ -10,7 +10,7 @@ import ( "net/url" ) -const baseURl = "https://www.do.de/api" +const baseURl = "https://my.do.de/api" type APIResponse struct { Domain *string `json:"domain"`