From e34cbad7d38cb6f5a6f79373cf87b28877434625 Mon Sep 17 00:00:00 2001 From: Nathan Date: Sun, 25 Feb 2024 05:30:20 +0000 Subject: [PATCH] Oops --- web/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/index.html b/web/index.html index 908519f1..62c8a7e5 100644 --- a/web/index.html +++ b/web/index.html @@ -306,7 +306,7 @@

Used in

return Math.floor(result / 100) } - const DATA_PREFIX = '/data/'; + const DATA_PREFIX = 'data/'; // Vue app const app = new Vue({