| 1234567891011121314151617 |
- /**
- * Legacy local route references for cloud-managed resources.
- *
- * These route groups have moved to cloud functions and are normally reached
- * through cloud-api.interceptor:
- * - remixManager: GET/POST/DELETE /api/remixes
- * - voiceManager: POST /api/voice/auto-speaker-id
- * - voiceManager: POST /api/voice-profiles/sync
- * - taskManager: GET/POST/PUT/DELETE /api/tasks
- * - historyManager: GET/POST/DELETE /api/history
- * - resultManager: GET/POST/PUT/DELETE /api/results
- *
- * Keep this note outside server.js so the local server entry stays focused on
- * routes that are still active in local development.
- */
- module.exports = {};
|