feat: 增加单读的栏目选择支持 (#2822)

This commit is contained in:
刻诺
2019-08-11 01:19:44 +08:00
committed by DIYgod
parent 842cbe1510
commit b191322438
3 changed files with 88 additions and 30 deletions

View File

@@ -1633,6 +1633,6 @@ router.get('/gouhuo/news/:category', require('./routes/gouhuo'));
router.get('/gouhuo/strategy', require('./routes/gouhuo/strategy'));
// 单向空间
router.get('/owspace/read', require('./routes/owspace/read'));
router.get('/owspace/read/:type?', require('./routes/owspace/read'));
module.exports = router;