feat: add galaxylab.com.cn (#3729)

This commit is contained in:
hellodword
2020-01-14 12:08:01 +08:00
committed by DIYgod
parent 6be9480371
commit 43435c820b
3 changed files with 51 additions and 0 deletions

View File

@@ -2098,6 +2098,9 @@ router.get('/mlog-club/projects', require('./routes/mlog-club/projects'));
// Chrome 网上应用店
router.get('/chrome/webstore/extensions/:id', require('./routes/chrome/extensions'));
// 平安银河实验室
router.get('/galaxylab', require('./routes/galaxylab/index'));
// NOSEC 安全讯息平台
router.get('/nosec/:keykind?', require('./routes/nosec/index'));