mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-08 22:19:40 +08:00
* feat: add Global Disinformation Index * fix pubDate * refactor: migirate to v2 * fix(radar): https Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
5 lines
130 B
JavaScript
5 lines
130 B
JavaScript
module.exports = (router) => {
|
|
router.get('/blog', require('./blog'));
|
|
router.get('/research', require('./research'));
|
|
};
|