mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-13 16:49:31 +08:00
* feat(route): EU Disinfo Lab publications * fix typo * fix lazyload images * refactor: migirate to v2 Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
4 lines
94 B
JavaScript
4 lines
94 B
JavaScript
module.exports = (router) => {
|
|
router.get('/publications', require('./publications'));
|
|
};
|