RSSHub/lib/v2/slowmist/router.js

4 lines
90 B
JavaScript

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