Files
RSSHub/lib/v2/segmentfault/maintainer.js
Fatpandac 7e3bdc45fc fix(route): segmentfault return empty and refactor to V2 (#9270)
* fix(route): return empty and refactor to V2

* docs: update segmentfault user example
2022-03-08 22:01:44 +08:00

5 lines
116 B
JavaScript

module.exports = {
'/channel/:name': ['LogicJake', 'Fatpandac'],
'/user/:name': ['leyuuu', 'Fatpandac'],
};