mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-04 19:59:54 +08:00
feat(route): add Go语言中文网板块 (#12274)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
module.exports = function (router) {
|
||||
router.get('/go/:id?', require('./go'));
|
||||
router.get('/jobs', require('./jobs'));
|
||||
router.get('/weekly', require('./weekly'));
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user