mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-11 15:47:48 +08:00
* Fix pubDate, show title w/ link in description * refactor(route): migrate to v2 Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
4 lines
90 B
JavaScript
4 lines
90 B
JavaScript
module.exports = (router) => {
|
|
router.get('/press/:keyword?', require('./press'));
|
|
};
|