Files
RSSHub/lib/v2/whoscall/maintainer.js
Ethan Shen c2a886f91d feat(route): add Whoscall (#8478)
* feat(route): add Whoscall

* fix: add docs
2022-02-02 03:37:46 +08:00

6 lines
119 B
JavaScript

module.exports = {
'/': ['nczitzk'],
'/tags/:tag?': ['nczitzk'],
'/categories/:category?': ['nczitzk'],
};