mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-12 16:20:27 +08:00
* Start on support for generic discourse forums. * Add doc. * Update doc. * Add exception. * Update doc. * Update bbs.md * test: add discourse config * docs: fix typo * fix: guard condition ---------
4 lines
90 B
JavaScript
4 lines
90 B
JavaScript
module.exports = (router) => {
|
|
router.get('/:configId/posts', require('./posts'));
|
|
};
|