mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-01 17:48:15 +08:00
* feat(route): add 军队人才网 * update lib/v2/81/radar.js * update lib/v2/81/radar.js ---------
4 lines
95 B
JavaScript
4 lines
95 B
JavaScript
module.exports = function (router) {
|
|
router.get(/81rc(\/[\w-/]+)?/, require('./81rc'));
|
|
};
|