From 45e6f2b1eda2045a16edbdd58f2a5ffd26f01033 Mon Sep 17 00:00:00 2001 From: Fabio Bonetti Date: Tue, 27 Jan 2026 20:46:29 +0100 Subject: [PATCH] api correct --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 34d7539..2c7c042 100644 --- a/index.html +++ b/index.html @@ -406,7 +406,7 @@ // ═══════════════════════════════════════════════════════════════════════════ // CONFIGURATION // ═══════════════════════════════════════════════════════════════════════════ - const API_BASE_URL = 'https://hotspots.fabio.ovh'; + const API_BASE_URL = 'https://api.hotspots.fabio.ovh'; // Video base URL (configure based on where videos are hosted) const VIDEO_BASE_URL = ''; // Leave empty for local/relative paths