Files
RSSHub/lib/v2/curiouscat/maintainer.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
52 B
JavaScript

module.exports = {
'/user/:id': ['lucasew'],
};