feat: add linux patchwork comments (#1327)

This commit is contained in:
Richard Yu
2018-12-31 01:02:50 +08:00
committed by DIYgod
parent a94c087f53
commit 76103963aa
4 changed files with 56 additions and 0 deletions

View File

@@ -944,4 +944,7 @@ router.get('/36kr/search/article/:keyword', require('./routes/36kr/search/articl
// icourse163
router.get('/icourse163/newest', require('./routes/icourse163/newest'));
// patchwork.kernel.org
router.get('/patchwork.kernel.org/comments/:id', require('./routes/patchwork.kernel.org/comments'));
module.exports = router;