Files
RSSHub/lib/v2/radio/router.js
Ethan Shen e5484a75bd feat(route): add 云听 (#9665)
* feat(route): add 云听

* fix typo

* fix: wrong data
2022-05-01 06:13:57 +08:00

4 lines
84 B
JavaScript

module.exports = function (router) {
router.get('/:id', require('./index'));
};