mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-01 01:28:08 +08:00
* aeon: hotfix & migrate to v2 * rewrite & focus on essays * fix banner * better support for aeon * update the doc * credits before content * using templates & fix doc
5 lines
147 B
JavaScript
5 lines
147 B
JavaScript
module.exports = function (router) {
|
|
router.get('/category/:category', require('./category'));
|
|
router.get('/:type', require('./type'));
|
|
};
|