Files
RSSHub/lib/v2/woshipm/maintainer.js
Tony 3d9079b689 fix(route): woshipm (#11669)
* fix(route): woshipm

* fix: remove used id
2023-01-23 02:14:51 +08:00

8 lines
195 B
JavaScript

module.exports = {
'/bookmarks/:id': ['LogicJake'],
'/latest': ['Director-0428'],
'/popular/:range?': ['WenryXu'],
'/user_article/:id': ['LogicJake'],
'/wen': ['WenryXu'],
};