diff --git a/public/assets/js/$.js b/public/assets/js/$.js index 62ec0deb..df85ad45 100644 --- a/public/assets/js/$.js +++ b/public/assets/js/$.js @@ -457,7 +457,7 @@ document.addEventListener('DOMContentLoaded', () => { (async () => { try { - const res = await fetch('/api/github-updates'); + const res = await fetch('/api/latest-commit'); const { updates } = await res.json(); const u = updates[0]; const commitUrl = `https://github.com/xojw/waves/commit/${u.sha}`;