From 9463d256f823973d94b092030f8652f0ea46f6c4 Mon Sep 17 00:00:00 2001 From: Peter Lewis Date: Tue, 19 Dec 2023 09:08:31 +0000 Subject: [PATCH] Fix changelog 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 ee3c1161..63b42b7d 100644 --- a/src/www/js/app.js +++ b/src/www/js/app.js @@ -287,7 +287,7 @@ new Vue({ Promise.resolve().then(async () => { const currentRelease = await this.api.getRelease(); - const latestRelease = await fetch('https://pheiduck.github.io/wg-easy/changelog.json') + const latestRelease = await fetch('https://peterlewis.github.io/wg-easy/changelog.json') .then((res) => res.json()) .then((releases) => { const releasesArray = Object.entries(releases).map(([version, changelog]) => ({