RSSHub/lib/v2/curius/router.js

4 lines
92 B
JavaScript

module.exports = function (router) {
router.get('/links/:name', require('./links'));
};