RSSHub/lib/v2/zyw/router.js

4 lines
89 B
JavaScript

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