mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-04 19:59:54 +08:00
feat(route): add bitbucket commits and tags (#9316)
* add bitbucket commits and tags * add english doc * fix bitbucket radar.js * fix bitbucket docs * docs: add bitbucket cn docs * fix: use parseDate utils
This commit is contained in:
4
lib/v2/bitbucket/router.js
Normal file
4
lib/v2/bitbucket/router.js
Normal file
@@ -0,0 +1,4 @@
|
||||
module.exports = (router) => {
|
||||
router.get('/commits/:workspace/:repo_slug', require('./commits'));
|
||||
router.get('/tags/:workspace/:repo_slug', require('./tags'));
|
||||
};
|
||||
Reference in New Issue
Block a user