RSSHub/lib/v2/discourse/router.js

5 lines
155 B
JavaScript

module.exports = (router) => {
router.get('/:configId/posts', './posts');
router.get('/:configId/notifications/:fulltext?', './notifications');
};