Browse Source

Fix changelog URL

pull/684/head^2
Peter Lewis 3 years ago
committed by GitHub
parent
commit
9463d256f8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/www/js/app.js

2
src/www/js/app.js

@ -287,7 +287,7 @@ new Vue({
Promise.resolve().then(async () => {
const currentRelease = await this.api.getRelease();
const latestRelease = await fetch('https://pheiduck.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]) => ({

Loading…
Cancel
Save