Update API.js

Update checker uses statping instead of statping-ng
pull/1101/head
Adam 2022-08-04 16:41:13 +01:00 committed by GitHub
parent 3e55891bb7
commit 7e71bc2c5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ class Api {
}
async github_release() {
return fetch('https://api.github.com/repos/statping/statping/releases/latest').then(response => response.json())
return fetch('https://api.github.com/repos/statping-ng/statping-ng/releases/latest').then(response => response.json())
}
async allActions(...all) {