mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-06 21:18:57 +08:00
feat(route): add hashnode 用户博客 (#9987)
* 添加hashnode用户posts获取 * fix(route)(hashnode): update route v1 to v2 * fix(route)(hashnode): 优化代码名称和完善doc * update parseDate function Co-authored-by: wenhao <wenhao@mafengwo.com>
This commit is contained in:
3
lib/v2/hashnode/router.js
Normal file
3
lib/v2/hashnode/router.js
Normal file
@@ -0,0 +1,3 @@
|
||||
module.exports = (router) => {
|
||||
router.get('/blog/:username', require('./blog'));
|
||||
};
|
||||
Reference in New Issue
Block a user