mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 01:58:11 +08:00
feat(route): add dlnews (#12997)
* 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 ---------
This commit is contained in:
3
lib/v2/dlnews/router.js
Normal file
3
lib/v2/dlnews/router.js
Normal file
@@ -0,0 +1,3 @@
|
||||
module.exports = (router) => {
|
||||
router.get('/:category?', require('./category'));
|
||||
};
|
||||
Reference in New Issue
Block a user