Files
RSSHub/lib/v2/taptap/maintainer.js
Tony 658570be69 fix(route): taptap topic review (#9540)
* fix(route): taptap topic review

* fix: review url

* refactor: use utility

* docs: add back warning
2022-04-15 22:04:49 +08:00

6 lines
170 B
JavaScript

module.exports = {
'/changelog/:id': ['hoilc'],
'/review/:id/:order?/:lang?': ['hoilc', 'TonyRL'],
'/topic/:id/:type?/:sort?/:lang?': ['hoilc', 'TonyRL'],
};