RSSHub/lib/v2/ncwu/router.js

4 lines
82 B
JavaScript

module.exports = (router) => {
router.get('/notice', require('./notice'));
};