RSSHub/lib/v2/producthunt/router.js

4 lines
86 B
JavaScript

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