feat: add businessoffashion (#2661)

This commit is contained in:
Cloud
2019-07-22 15:53:10 +08:00
committed by DIYgod
parent 32fc42e7ad
commit 3064a32f01
3 changed files with 50 additions and 0 deletions

View File

@@ -1525,4 +1525,7 @@ router.get('/meituan/tech/home', require('./routes//meituan/tech/home'));
router.get('/codeceo/home', require('./routes/codeceo/home'));
router.get('/codeceo/:type/:category?', require('./routes/codeceo/category'));
// BOF
router.get('/bof/home', require('./routes/bof/home'));
module.exports = router;