add www to link

This commit is contained in:
Jordan Blasenhauer 2024-03-06 16:58:21 +01:00
parent fd1c9b1284
commit 6a428c3309
2 changed files with 2 additions and 2 deletions

View file

@ -87,7 +87,7 @@
function runBanner() {
// Try to get dynamic content
// Else keep static ones
fetch("https://bunkerweb.io/api/bw-ui-news")
fetch("https://www.bunkerweb.io/api/bw-ui-news")
.then((res) => {
return res.json();
})

View file

@ -385,7 +385,7 @@ class Banner {
JSON.parse(sessionStorage.getItem("bannerNews")),
);
}
fetch("https://bunkerweb.io/api/bw-ui-news")
fetch("https://www.bunkerweb.io/api/bw-ui-news")
.then((res) => {
return res.json();
})