feat: add 西安交通大学教务处 (#4085)

This commit is contained in:
hoilc
2020-02-26 01:03:09 +08:00
committed by GitHub
parent 2873b0b763
commit 49c6985c0d
3 changed files with 112 additions and 0 deletions

View File

@@ -2307,4 +2307,7 @@ router.get('/magireco/event_banner', require('./routes/magireco/event_banner'));
// wolley
router.get('/wolley', require('./routes/wolley/index'));
// 西安交大
router.get('/xjtu/dean/:subpath+', require('./routes/universities/xjtu/dean'));
module.exports = router;