mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 06:30:40 +08:00
* feat(route): add 聯合新聞網 * fix(route): concatenate the url correctly * feat(route): fetch link name * feat(route): description uses HTML instead of raw text * feat(route): remove `from` search params from link * feat(route): improve feed description readability * fix(route): article was not properly parsed * refactor(route): improve feed fetching
4 lines
104 B
JavaScript
4 lines
104 B
JavaScript
module.exports = (router) => {
|
|
router.get('/news/breakingnews/:id', require('./breaking-news'));
|
|
};
|