mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 01:58:11 +08:00
* add bitbucket commits and tags * add english doc * fix bitbucket radar.js * fix bitbucket docs * docs: add bitbucket cn docs * fix: use parseDate utils
5 lines
172 B
JavaScript
5 lines
172 B
JavaScript
module.exports = (router) => {
|
|
router.get('/commits/:workspace/:repo_slug', require('./commits'));
|
|
router.get('/tags/:workspace/:repo_slug', require('./tags'));
|
|
};
|