feat: add chocolatey (#3472)

This commit is contained in:
wucong
2019-11-25 11:42:42 +08:00
committed by DIYgod
parent 65fe6e0316
commit cf5d8805f7
3 changed files with 66 additions and 0 deletions

View File

@@ -1992,4 +1992,7 @@ router.get('/fanfou/public_timeline/:keyword', require('./routes/fanfou/public_t
// Remote Work
router.get('/remote-work/:caty?', require('./routes/remote-work/index'));
// chocolatey
router.get('/chocolatey/software/:name?', require('./routes/chocolatey/software'));
module.exports = router;