From 9951ae1ff643450090f032e49cf2d8253e985dfc Mon Sep 17 00:00:00 2001 From: TheErrorExe Date: Sat, 22 Feb 2025 21:56:14 +0100 Subject: [PATCH] fix --- drmifo/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drmifo/index.html b/drmifo/index.html index c08e072..ff82245 100644 --- a/drmifo/index.html +++ b/drmifo/index.html @@ -144,7 +144,7 @@ }, { threshold: 0.3 }); cards.forEach(card => observer.observe(card)); - fetch("/schedule.json") + fetch("/drmifo/schedule.json") .then(response => response.json()) .then(data => { const table = document.getElementById("scheduleTable");