mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 12:21:31 +08:00
* Fix wsj missing contents * Update lib/routes/wsj/index.js * Update lib/routes/wsj/index.js * fix merging errors * update matching rules * refactor: migrate to v2 Duplicated issue: Close #8298 Co-authored-by: oppilate <oppilate@tutanota.com> Co-authored-by: NeverBehave <gayhub@never.pet> Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
4 lines
91 B
JavaScript
4 lines
91 B
JavaScript
module.exports = (router) => {
|
|
router.get('/:lang/:category?', require('./index'));
|
|
};
|