Skip to content

Commit c32e157

Browse files
sync with main
1 parent 9da7450 commit c32e157

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

routers/web/web.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1192,7 +1192,6 @@ func registerWebRoutes(m *web.Router) {
11921192
m.Post("/{username}/{reponame}/markup", optSignIn, context.RepoAssignment, reqUnitsWithMarkdown, web.Bind(structs.MarkupOption{}), misc.Markup)
11931193
m.Post("/{username}/group/{group_id}/{reponame}/markup", optSignIn, context.RepoAssignment, reqUnitsWithMarkdown, web.Bind(structs.MarkupOption{}), misc.Markup)
11941194
rootRepoFn := func() {
1195-
m.Get("/find/*", repo.FindFiles)
11961195
m.Group("/tree-list", func() {
11971196
m.Get("/branch/*", context.RepoRefByType(git.RefTypeBranch), repo.TreeList)
11981197
m.Get("/tag/*", context.RepoRefByType(git.RefTypeTag), repo.TreeList)

0 commit comments

Comments
 (0)