Skip to content

Commit 690d268

Browse files
committed
fix
1 parent 66ccae8 commit 690d268

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

routers/common/blockexpensive.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ func isRoutePathExpensive(routePattern string) bool {
5454
"/{username}/{reponame}/{type:issues}",
5555
"/{username}/{reponame}/pulls",
5656
"/{username}/{reponame}/{type:pulls}",
57+
"/{username}/{reponame}/{type:issues|pulls}", // for 1.23 only
5758

5859
// wiki
5960
"/{username}/{reponame}/wiki/",

0 commit comments

Comments
 (0)