feat: 新增数据库内核月报 (#2709)

* feat: 新增数据库内核月报

* format
This commit is contained in:
junbaor
2019-07-28 19:12:14 +08:00
committed by DIYgod
parent 76cb734e54
commit 6ce722f76a
3 changed files with 62 additions and 0 deletions

View File

@@ -1582,4 +1582,7 @@ router.get('/yidoutang/case/:type', require('./routes/yidoutang/case.js'));
// 开眼
router.get('/kaiyan/index', require('./routes/kaiyan/index'));
// 阿里云
router.get('/aliyun/database_month', require('./routes/aliyun/database_month'));
module.exports = router;