weejewel → wg-easy

This commit is contained in:
Emile Nijssen 2023-12-17 22:37:34 +01:00
parent 0bdb43c2f5
commit a89ff96d37
5 changed files with 30 additions and 27 deletions

View file

@ -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]) => ({