From c297ee4264089fe1791e4e8ee3f59bdc8de41e17 Mon Sep 17 00:00:00 2001 From: Adrian Baumgart Date: Sat, 1 Jul 2023 20:27:01 +0200 Subject: [PATCH] Changed changelog.json URL --- src/www/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/www/js/app.js b/src/www/js/app.js index e22cbfe0..f95785b6 100644 --- a/src/www/js/app.js +++ b/src/www/js/app.js @@ -270,7 +270,7 @@ new Vue({ Promise.resolve().then(async () => { const currentRelease = await this.api.getRelease(); - const latestRelease = await fetch('https://weejewel.github.io/wg-easy/changelog.json') + const latestRelease = await fetch('https://wg-easy.github.io/wg-easy/changelog.json') .then(res => res.json()) .then(releases => { const releasesArray = Object.entries(releases).map(([version, changelog]) => ({