feat: add 北屋 northhouse (#6494)

This commit is contained in:
Ethan Shen
2020-12-24 01:50:35 +08:00
committed by GitHub
parent 98fe3707dc
commit cfef5182ed
3 changed files with 68 additions and 0 deletions

View File

@@ -3733,4 +3733,7 @@ router.get('/dayone/blog', require('./routes/dayone/blog'));
// 滴答清单
router.get('/dida365/habit/checkins', require('./routes/dida365/habit-checkins'));
// 北屋
router.get('/northhouse/:category?', require('./routes/northhouse/index'));
module.exports = router;