We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54894ce commit 673a95fCopy full SHA for 673a95f
handler/check.go
@@ -13,7 +13,7 @@ import (
13
"time"
14
)
15
16
-const ApiUrl string = "https://www.tagesschau.de/ipa/v1/web/headerapp/"
+const ApiUrl string = "https://www.tagesschau.de/json/headerapp"
17
18
type TagesschauResponse struct {
19
BreakingNews struct {
0 commit comments