改为music-api
This commit is contained in:
@@ -140,7 +140,7 @@
|
|||||||
|
|
||||||
// Use relative path for API proxy to avoid CORS issues
|
// 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
|
// 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
|
// Use relative path for sync service, assuming Nginx proxy is configured to forward /api/kv to the sync service
|
||||||
const SYNC_API_BASE = "/api";
|
const SYNC_API_BASE = "/api";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user