Files
RSSHub/lib/v2/hackmd/router.js
kaiix 7e3e034b56 feat(route): hackmd (#11560)
* Add HackMD RSS source

* Adapt to v2 router & minor fixes

Co-authored-by: Yukai Huang <yukaihuangtw@gmail.com>
2023-01-08 02:30:17 +08:00

4 lines
96 B
JavaScript

module.exports = function (router) {
router.get('/profile/:path', require('./profile'));
};