RSSHub/lib/v2/disinfo/router.js

4 lines
94 B
JavaScript

module.exports = (router) => {
router.get('/publications', require('./publications'));
};