diff --git a/index.html b/index.html index 905c15b..8a157c6 100644 --- a/index.html +++ b/index.html @@ -140,7 +140,7 @@ // Use relative path for API proxy to avoid CORS issues // Nginx forwards /api/ to sync-server, which proxies /music-api to music-dl.sayqz.com - const API_BASE = "/api/music-api"; + const API_BASE = "/music-api"; // Use relative path for sync service, assuming Nginx proxy is configured to forward /api/kv to the sync service const SYNC_API_BASE = "/api";