Files
RSSHub/lib/v2/panewslab/maintainer.js
Ethan Shen 00f641ca15 feat(route): add PANews (#9116)
* feat(route): add PANews

* fix typo
2022-02-19 16:57:52 +08:00

7 lines
159 B
JavaScript

module.exports = {
'/column/:id': ['nczitzk'],
'/newsflash/:language?': ['nczitzk'],
'/topic/:id': ['nczitzk'],
'/:category?': ['nczitzk'],
};