fix(route): fix a typo in aijishu.com maintainer.js (#11981)

* 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
This commit is contained in:
Felix Hsu 2023-02-28 19:09:42 +08:00 committed by GitHub
parent c910c4d287
commit 9c5261de7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
module.exports = {
'/blog/:name': ['bigfei'],
'/channel/:name': ['bigfei'],
'/user/:name': ['bigfei'],
'/u/:name': ['bigfei'],
};