From e6a8f62bba2f33817977261be77306bbed6f5f64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=B2=E6=82=A6?= Date: Wed, 14 Jan 2026 17:43:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E4=B8=BAmusic-api?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";