Files
RSSHub/lib/v2/dtcj/router.js
Ethan Shen 0022ca1d2e feat(route): add DT财经数据洞察 (#7672)
* feat(route): add DT财经数据洞察

* fix typo

* refactor: migrate to v2

Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
2022-02-22 20:30:40 +08:00

5 lines
160 B
JavaScript

module.exports = (router) => {
router.get('/datahero/:category?', require('./datahero'));
router.get('/datainsight/:id?', require('./datainsight'));
};