mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 01:58:11 +08:00
* feat(route): 增加Issue Hunt订阅 * feat(route): 增加英文文档和Markdown解析 * Update lib/v2/issuehunt/maintainer.js * Update docs/en/programming.md * Update lib/v2/issuehunt/radar.js * Update docs/programming.md * Update lib/v2/issuehunt/radar.js * Update docs/programming.md ---------
4 lines
98 B
JavaScript
4 lines
98 B
JavaScript
module.exports = (router) => {
|
|
router.get('/funded/:username/:repo', require('./funded'));
|
|
};
|