RSSHub/lib/v2/natgeo/router.js

6 lines
207 B
JavaScript

module.exports = (router) => {
router.get('/dailyphoto', require('./dailyphoto'));
router.get('/dailyselection', require('./dailyselection'));
router.get('/:cat/:type?', require('./natgeo'));
};