Browse Source

Changed changelog.json URL

pull/590/head
Adrian Baumgart 3 years ago
parent
commit
c297ee4264
Failed to extract signature
  1. 2
      src/www/js/app.js

2
src/www/js/app.js

@ -270,7 +270,7 @@ new Vue({
Promise.resolve().then(async () => { Promise.resolve().then(async () => {
const currentRelease = await this.api.getRelease(); 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(res => res.json())
.then(releases => { .then(releases => {
const releasesArray = Object.entries(releases).map(([version, changelog]) => ({ const releasesArray = Object.entries(releases).map(([version, changelog]) => ({

Loading…
Cancel
Save