RSSHub/lib/v2/gamer/router.js

5 lines
146 B
JavaScript

module.exports = function (router) {
router.get('/gnn/:category?', require('./gnn_index'));
router.get('/hot/:bsn', require('./hot'));
};