Files
RSSHub/lib/v2/njnu/router.js
Shujakuin kuraudo 751d89e8e4 feat(route): add Nanjing Normal University(RSS) (#7932)
* Update router.js

* update

* try

* Update utils.js

* Update utils.js

* Update utils.js

* update

* update

* update

* refactor: migrate to v2

Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
2022-02-24 02:24:13 +08:00

5 lines
141 B
JavaScript

module.exports = (router) => {
router.get('/jwc/:type', require('./jwc/jwc'));
router.get('/ceai/:type', require('./ceai/ceai'));
};