kv-music/functions/album/t/[id].js
2026-02-10 22:10:40 +00:00

2 lines
125 B
JavaScript

// functions/album/t/[id].js - Re-export handler from parent for /album/t/:id routes
export { onRequest } from '../[id].js';