mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-03 02:28:23 +08:00
* channel ok * index ok * code complete * add docs for aijishu * fix deepscan * 1. use friendly url 2. remove duplicated leading slash in api url * fix docs and radar * fix url mismatching in maintainer
6 lines
115 B
JavaScript
6 lines
115 B
JavaScript
module.exports = {
|
|
'/blog/:name': ['bigfei'],
|
|
'/channel/:name': ['bigfei'],
|
|
'/u/:name': ['bigfei'],
|
|
};
|