feat: add aisixiang thinktank (#4735)

This commit is contained in:
hoilc
2020-05-12 14:23:42 +08:00
committed by GitHub
parent 34f67cc675
commit e2b315f767
3 changed files with 51 additions and 0 deletions

View File

@@ -1259,6 +1259,7 @@ router.get('/whalegogo/portal/:type_id/:tagid?', require('./routes/whalegogo/por
// 爱思想
router.get('/aisixiang/column/:id', require('./routes/aisixiang/column'));
router.get('/aisixiang/ranking/:type?/:range?', require('./routes/aisixiang/ranking'));
router.get('/aisixiang/thinktank/:name/:type?', require('./routes/aisixiang/thinktank'));
// Hacker News
router.get('/hackernews/:section/:type?', require('./routes/hackernews/story'));