Files
RSSHub/lib/v2/aeon/router.js
Enoch Ma 051a3efcbb fix(route): aeon - support for other categories (#12614)
* 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
2023-06-05 23:50:00 +08:00

5 lines
147 B
JavaScript

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