mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-11-30 17:17:55 +08:00
* feat(route):add DLNEWS * clean up * use embedded JSON * fix: docusaurus style md * add description.art and rate limit * increase the concurency * fix: fix radar docs link * docs: move to finance ---------
4 lines
88 B
JavaScript
4 lines
88 B
JavaScript
module.exports = (router) => {
|
|
router.get('/:category?', require('./category'));
|
|
};
|