mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 20:27:52 +08:00
* fix(route): change selector path, add radar and refactor to V2 * fix: use parse-date utils * fix: use https
5 lines
146 B
JavaScript
5 lines
146 B
JavaScript
module.exports = function (router) {
|
|
router.get('/category/:category', require('./category'));
|
|
router.get('/docs', require('./docs'));
|
|
};
|