Update version check URL

This commit is contained in:
Peter Lewis
2023-03-02 11:31:24 +00:00
committed by GitHub
parent 38c216cafe
commit b336faaea8

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://peterlewis.github.io/wg-easy/changelog.json')
.then((res) => res.json())
.then((releases) => {
const releasesArray = Object.entries(releases).map(([version, changelog]) => ({