/** * Manifest legacy Express routes * * These endpoints have moved to cloud-functions/01-manifestManager.js and are * normally reached through cloud-api.interceptor. Keep this file as a compact * reference for the previous local fallback behavior without bloating server.js. * * Historical endpoints: * - GET /api/manifest * - POST /api/manifest * - PUT /api/manifest/:videoId * - DELETE /api/manifest/:videoId */ module.exports = {};