Skip to content

Commit e63ed27

Browse files
authored
更新 _worker.js
修改路径匹配bug
1 parent 86b0f32 commit e63ed27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ export default {
233233
const conditions = [
234234
isUuid,
235235
pathname.includes('/_'),
236-
pathname.includes('/r'),
236+
pathname.includes('/r/'),
237237
pathname.includes('/v2/user'),
238238
pathname.includes('/v2/orgs'),
239239
pathname.includes('/v2/_catalog'),

0 commit comments

Comments
 (0)