mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-04 19:59:54 +08:00
* feat(route) Add Meta's Threads * Fixing deepscan issues * Additional linting issues * single quotes when possible * woops * Addressing PR comments * Rename radar title * Update lib/v2/threads/radar.js * Update lib/v2/threads/radar.js * docs: add pptr flag ---------
4 lines
94 B
JavaScript
4 lines
94 B
JavaScript
module.exports = (router) => {
|
|
router.get('/:user/:routeParams?', require('./index'));
|
|
};
|