feat: 礼物说 (#2716)

* fix: fix afdian link error

* feat: 礼物说

* revoke afdian change

* fix: liwushuo error link
This commit is contained in:
sanmmmm
2019-07-30 11:45:48 +08:00
committed by DIYgod
parent b34d69cfea
commit 263f252663
3 changed files with 37 additions and 0 deletions

View File

@@ -1586,4 +1586,7 @@ router.get('/nogizaka46/news', require('./routes/nogizaka46/news'));
// 阿里云
router.get('/aliyun/database_month', require('./routes/aliyun/database_month'));
// 礼物说
router.get('/liwushuo/index', require('./routes/liwushuo/index.js'));
module.exports = router;