mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 14:40:23 +08:00
feat(route): hackmd (#11560)
* Add HackMD RSS source * Adapt to v2 router & minor fixes Co-authored-by: Yukai Huang <yukaihuangtw@gmail.com>
This commit is contained in:
3
lib/v2/hackmd/router.js
Normal file
3
lib/v2/hackmd/router.js
Normal file
@@ -0,0 +1,3 @@
|
||||
module.exports = function (router) {
|
||||
router.get('/profile/:path', require('./profile'));
|
||||
};
|
||||
Reference in New Issue
Block a user