Peter Lewis
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/www/js/app.js
|
|
@ -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]) => ({ |
|
|
|