RSSHub/lib/v2/gdut/router.js

4 lines
97 B
JavaScript

module.exports = function (router) {
router.get('/oa_news/:type?', require('./oa_news'));
};