增加经济观察网 (#1099)

增加经济观察网
This commit is contained in:
epirus
2018-11-10 15:57:14 +08:00
committed by DIYgod
parent f2f2d25d43
commit 0a8f937460
4 changed files with 79 additions and 6 deletions

View File

@@ -781,4 +781,7 @@ router.get('/xiachufang/user/cooked/:id', require('./routes/xiachufang/user/cook
router.get('/xiachufang/user/created/:id', require('./routes/xiachufang/user/created'));
router.get('/xiachufang/popular/:timeframe?', require('./routes/xiachufang/popular'));
// 经济观察报
router.get('/eeo/:category?', require('./routes/eeo/index'));
module.exports = router;