RSSHub/lib/v2/whoscall/router.js

4 lines
92 B
JavaScript

module.exports = function (router) {
router.get('/:what?/:id?', require('./index'));
};