Files
RSSHub/lib/v2/verfghbw/router.js
Quinn c15aee0d38 fix(route): Fix pubDate and show full title w/ link in description (verfghbw) (#7191)
* Fix pubDate, show title w/ link in description

* refactor(route): migrate to v2

Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
2022-02-16 01:21:16 +08:00

4 lines
90 B
JavaScript

module.exports = (router) => {
router.get('/press/:keyword?', require('./press'));
};