mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-01 09:38:04 +08:00
* Add two blogs * fix(utils): add parseDate timezone common-config * Update lib/v2/stratechery/index.js Co-authored-by: Tony <TonyRL@users.noreply.github.com> * Update docs/blog.md Co-authored-by: Tony <TonyRL@users.noreply.github.com> * Update docs/en/blog.md Co-authored-by: Tony <TonyRL@users.noreply.github.com> * Update lib/v2/miris/blog.js
4 lines
75 B
JavaScript
4 lines
75 B
JavaScript
module.exports = function (router) {
|
|
router.get('/', require('.'));
|
|
};
|