mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-01 09:38:04 +08:00
* feat(route): add ui.dev reactnewsletter.com and bytes.dev * fix(route): split reactnewsletter.com and bytes.dev into separate routes * fix(route): typo * fix: add missing radar and maintainer.js
4 lines
81 B
JavaScript
4 lines
81 B
JavaScript
module.exports = function (router) {
|
|
router.get('/', require('./bytes'));
|
|
};
|