feat: add route for aliyun developer topic (#4584)

This commit is contained in:
umm233
2020-04-28 11:55:43 +08:00
committed by GitHub
parent 13757932af
commit 5e3ccee8c7
3 changed files with 49 additions and 0 deletions

View File

@@ -1831,6 +1831,7 @@ router.get('/ctfhub/calendar/:limit?/:form?/:class?/:title?', require('./routes/
// 阿里云
router.get('/aliyun/database_month', require('./routes/aliyun/database_month'));
router.get('/aliyun/notice/:type?', require('./routes/aliyun/notice'));
router.get('/aliyun/developer/group/:type', require('./routes/aliyun/developer/group'));
// 礼物说
router.get('/liwushuo/index', require('./routes/liwushuo/index.js'));