feat: 添加 AI研习社 (#2407)

This commit is contained in:
Cloud
2019-06-15 10:31:36 +08:00
committed by DIYgod
parent c411696488
commit 4100653a4b
3 changed files with 110 additions and 0 deletions

View File

@@ -1418,4 +1418,7 @@ router.get('/outagereport/:name/:count?', require('./routes/outagereport/service
// sixthtone
router.get('/sixthtone/news', require('./routes/sixthtone/news'));
// AI研习社
router.get('/aiyanxishe/', require('./routes/aiyanxishe/home'));
module.exports = router;