feat: add 吹牛部落栏目更新 (#3045)

* feat: add 吹牛部落栏目更新

* add cache
This commit is contained in:
Chenyang Shi
2019-09-12 12:07:02 +08:00
committed by DIYgod
parent c0c1c990ff
commit 2094c53c05
5 changed files with 110 additions and 0 deletions

View File

@@ -1710,4 +1710,7 @@ router.get('/pintu360/:type?', require('./routes/pintu360/index'));
// engadget中国版
router.get('/engadget-cn', require('./routes/engadget-cn/home'));
// 吹牛部落
router.get('/chuiniu/column/:id', require('./routes/chuiniu/column'));
module.exports = router;