mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 10:08:02 +08:00
* feat(route): add 東網產經 * docs: fix typo * fix: broken image url * fix: add industry api url * fix: no article on certain dates * docs: move to money18
5 lines
155 B
JavaScript
5 lines
155 B
JavaScript
module.exports = function (router) {
|
|
router.get('/money18/:id?', require('./money18'));
|
|
router.get('/:language/:channel?', require('./index'));
|
|
};
|