From dc72461a6812424593f93ad5bf2b6f6bc15eae26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=93=8D=BC?= <143974574+xojw@users.noreply.github.com> Date: Fri, 6 Jun 2025 12:44:31 -0500 Subject: [PATCH] Fix latest commit --- public/assets/js/$.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}`;