alexn707
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
src/www/js/app.js
|
|
@ -473,7 +473,7 @@ new Vue({ |
|
|
|
} |
|
|
|
|
|
|
|
const currentRelease = await this.api.getRelease(); |
|
|
|
const latestRelease = await fetch('https://raw.githubusercontent.com/alexn707/awg-easy/production/docs/changelog.json') |
|
|
|
const latestRelease = await fetch('https://raw.githubusercontent.com/alexn707/awg-easy/refs/heads/master/docs/changelog.json') |
|
|
|
.then((res) => res.json()) |
|
|
|
.then((releases) => { |
|
|
|
const releasesArray = Object.entries(releases).map(([version, changelog]) => ({ |
|
|
|