Skip to content

Commit

Permalink
fix(route): fix a typo in aijishu.com maintainer.js (DIYgod#11981)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
bigfei authored Feb 28, 2023
1 parent c910c4d commit 9c5261d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/v2/aijishu/maintainer.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
'/blog/:name': ['bigfei'],
'/channel/:name': ['bigfei'],
'/user/:name': ['bigfei'],
'/u/:name': ['bigfei'],
};

0 comments on commit 9c5261d

Please sign in to comment.