Skip to content

Commit 8da7c4a

Browse files
committed
remove code read permission for contributors page
1 parent 7486f27 commit 8da7c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/web/web.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1446,7 +1446,7 @@ func registerRoutes(m *web.Router) {
14461446
m.Group("/contributors", func() {
14471447
m.Get("", repo.Contributors)
14481448
m.Get("/data", repo.ContributorsData)
1449-
}, reqRepoCodeReader)
1449+
})
14501450
m.Group("/code-frequency", func() {
14511451
m.Get("", repo.CodeFrequency)
14521452
m.Get("/data", repo.CodeFrequencyData)

0 commit comments

Comments
 (0)