Files
RSSHub/lib/v2/curiouscat/router.js
Yorzaren 9295c51713 fix(route): Fix broken CuriousCat URLs (#12715)
* Fix broken curiouscat URLs

The https://curiouscat.qa does not work, so the URL should be https://curiouscat.live

* refactor: migrate to v2

---------
2023-06-27 00:58:36 +08:00

4 lines
82 B
JavaScript

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