cloud-managed-legacy-reference.js 690 B

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