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:
kaiix
2023-01-08 02:30:17 +08:00
committed by GitHub
parent e749584ece
commit 7e3e034b56
6 changed files with 55 additions and 0 deletions

3
lib/v2/hackmd/router.js Normal file
View File

@@ -0,0 +1,3 @@
module.exports = function (router) {
router.get('/profile/:path', require('./profile'));
};