RSSHub/lib/v2/uniqlo/router.js

4 lines
101 B
JavaScript

module.exports = function (router) {
router.get('/new/:country/:category', require('./new'));
};