From d34aac3603b9ed7ca7454152dc0dd81e7603dd65 Mon Sep 17 00:00:00 2001 From: alexn707 Date: Fri, 28 Feb 2025 11:58:57 +0300 Subject: [PATCH] Update app.js --- 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 07a74148..0b44a52a 100644 --- a/src/www/js/app.js +++ b/src/www/js/app.js @@ -473,7 +473,7 @@ new Vue({ } const currentRelease = await this.api.getRelease(); - const latestRelease = await fetch('https://raw.githubusercontent.com/alexn707/awg-easy/production/docs/changelog.json') + const latestRelease = await fetch('https://raw.githubusercontent.com/alexn707/awg-easy/refs/heads/master/docs/changelog.json') .then((res) => res.json()) .then((releases) => { const releasesArray = Object.entries(releases).map(([version, changelog]) => ({