manifest-legacy-reference.js 457 B

123456789101112131415
  1. /**
  2. * Manifest legacy Express routes
  3. *
  4. * These endpoints have moved to cloud-functions/01-manifestManager.js and are
  5. * normally reached through cloud-api.interceptor. Keep this file as a compact
  6. * reference for the previous local fallback behavior without bloating server.js.
  7. *
  8. * Historical endpoints:
  9. * - GET /api/manifest
  10. * - POST /api/manifest
  11. * - PUT /api/manifest/:videoId
  12. * - DELETE /api/manifest/:videoId
  13. */
  14. module.exports = {};