Files
RSSHub/lib/v2/52hrtt/router.js
Ethan Shen ea304a361b feat(route): add 华人头条 (#7936)
* feat(route): add 华人头条

* fix: add timezone

* refactor: migrate to v2

Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
2022-02-23 00:03:01 +08:00

5 lines
152 B
JavaScript

module.exports = (router) => {
router.get('/symposium/:id?/:classId?', require('./symposium'));
router.get('/:area?/:type?', require('./'));
};