feat: add 东莞教研网 (#4879)

This commit is contained in:
Ethan Shen
2020-06-01 12:05:23 +08:00
committed by GitHub
parent 26cd2cb2c8
commit 561e8ba4a6
3 changed files with 82 additions and 0 deletions

View File

@@ -2795,4 +2795,7 @@ router.get('/law/jh', require('./routes/law/jh'));
// Mobilism
router.get('/mobilism/release', require('./routes/mobilism/release'));
// 东莞教研网
router.get('/dgjyw/:type', require('./routes/dgjyw/index'));
module.exports = router;