Files
RSSHub/lib/v2/cbnweek/router.js
Ethan Shen 9b2afb376f feat(route): add 第一财经杂志 (#10036)
* feat(route): add 第一财经杂志

* fix typo
2022-06-27 20:52:52 +08:00

4 lines
81 B
JavaScript

module.exports = function (router) {
router.get('/', require('./index'));
};