mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 01:58:11 +08:00
* Fix broken curiouscat URLs The https://curiouscat.qa does not work, so the URL should be https://curiouscat.live * refactor: migrate to v2 ---------
4 lines
82 B
JavaScript
4 lines
82 B
JavaScript
module.exports = (router) => {
|
|
router.get('/user/:id', require('./user'));
|
|
};
|