feat(route):add 上海市教育考试院 - 消息速递 (#8714)

Co-authored-by: jialinghui <mail@jialinghui.com>
This commit is contained in:
jialinghui
2022-01-23 02:25:17 +08:00
committed by GitHub
parent 5bd095f6b8
commit aa6349d74e
5 changed files with 70 additions and 0 deletions

3
lib/v2/shmeea/router.js Normal file
View File

@@ -0,0 +1,3 @@
module.exports = function (router) {
router.get('', require('./index'));
};