RSSHub/lib/v2/osu/router.js

4 lines
96 B
JavaScript

module.exports = (router) => {
router.get('/packs/:type?', require('./beatmaps/packs'));
};