mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 06:30:40 +08:00
* feat(route): add 华人头条 * fix: add timezone * refactor: migrate to v2 Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
5 lines
152 B
JavaScript
5 lines
152 B
JavaScript
module.exports = (router) => {
|
|
router.get('/symposium/:id?/:classId?', require('./symposium'));
|
|
router.get('/:area?/:type?', require('./'));
|
|
};
|