RSSHub/lib/v2/tableau/router.js

4 lines
89 B
JavaScript

module.exports = (router) => {
router.get('/viz-of-the-day', './viz-of-the-day');
};