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"`