Skip to content

Commit 2390c76

Browse files
committed
streamline version API
1 parent 5d0967e commit 2390c76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/HTML/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1286,7 +1286,7 @@ function checkLatestVersion() {
12861286
return;
12871287
}
12881288

1289-
fetch('https://api.github.com/repos/jvde-github/AIS-catcher/releases/latest')
1289+
fetch('https://www.aiscatcher.org/api/version')
12901290
.then(response => {
12911291
if (!response.ok) {
12921292
throw new Error('Failed to fetch latest release info');

0 commit comments

Comments
 (0)