0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-04-21 22:24:44 +02:00

Fix block expensive for 1.23 (#34127)

This commit is contained in:
wxiaoguang 2025-04-06 21:50:37 +08:00 committed by GitHub
parent 66ccae8b90
commit 9ef2a338d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,6 +54,7 @@ func isRoutePathExpensive(routePattern string) bool {
"/{username}/{reponame}/{type:issues}",
"/{username}/{reponame}/pulls",
"/{username}/{reponame}/{type:pulls}",
"/{username}/{reponame}/{type:issues|pulls}", // for 1.23 only
// wiki
"/{username}/{reponame}/wiki/",