RSSHub/lib/v2/cneb/router.js

6 lines
205 B
JavaScript

module.exports = function (router) {
router.get('/yjxw/:category?', require('./yjxw'));
router.get(/\/yjxx([\w-/]+)?/, require('./yjxx'));
router.redirect('/guoneinews', '/cneb/yjxw/gnxw');
};