1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-15 23:17:19 +00:00

Simplify 404/500 page (#31409)

This commit is contained in:
wxiaoguang
2024-06-24 01:45:21 +08:00
committed by GitHub
parent 6a96deb589
commit f4921b9daa
7 changed files with 39 additions and 19 deletions

View File

@@ -37,8 +37,6 @@ func TestLinksNoLogin(t *testing.T) {
"/user2/repo1/projects",
"/user2/repo1/projects/1",
"/user2/repo1/releases/tag/delete-tag", // It's the only one existing record on release.yml which has is_tag: true
"/assets/img/404.png",
"/assets/img/500.png",
"/.well-known/security.txt",
}