改地址

This commit is contained in:
史悦
2026-01-14 18:10:42 +08:00
parent 54d97beb15
commit 6474cf8b4e

View File

@@ -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";