RSSHub/lib/v2/urbandictionary/router.js

4 lines
82 B
JavaScript

module.exports = (router) => {
router.get('/random', require('./random'));
};