RSSHub/lib/v2/bigquant/router.js

4 lines
89 B
JavaScript

module.exports = function (router) {
router.get('/collections', './collections');
};