mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-11 15:47:48 +08:00
* feat(route): add DT财经数据洞察 * fix typo * refactor: migrate to v2 Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
5 lines
160 B
JavaScript
5 lines
160 B
JavaScript
module.exports = (router) => {
|
|
router.get('/datahero/:category?', require('./datahero'));
|
|
router.get('/datainsight/:id?', require('./datainsight'));
|
|
};
|