From 1b9536c7072338df18395b47f2752ecdc9e53f76 Mon Sep 17 00:00:00 2001 From: alexn707 Date: Fri, 28 Feb 2025 11:56:13 +0300 Subject: [PATCH] Update app.js --- src/www/js/app.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/www/js/app.js b/src/www/js/app.js index 6c6d60bf..07a74148 100644 --- a/src/www/js/app.js +++ b/src/www/js/app.js @@ -472,9 +472,8 @@ new Vue({ i18n.locale = lang; } - return; const currentRelease = await this.api.getRelease(); - const latestRelease = await fetch('https://wg-easy.github.io/wg-easy/changelog.json') + const latestRelease = await fetch('https://raw.githubusercontent.com/alexn707/awg-easy/production/docs/changelog.json') .then((res) => res.json()) .then((releases) => { const releasesArray = Object.entries(releases).map(([version, changelog]) => ({