Skip to content

Commit

Permalink
Remove template previewer (#21701)
Browse files Browse the repository at this point in the history
- Remove "unused" code, I don't think anyone ever used this or was aware
of this feature. It doesn't even work properly as most fields/data are
empty.
  • Loading branch information
Gusted authored Nov 6, 2022
1 parent 57df0f1 commit 7b45092
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
29 changes: 0 additions & 29 deletions routers/web/dev/template.go

This file was deleted.

5 changes: 0 additions & 5 deletions routers/web/web.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import (
"code.gitea.io/gitea/modules/web/routing"
"code.gitea.io/gitea/routers/web/admin"
"code.gitea.io/gitea/routers/web/auth"
"code.gitea.io/gitea/routers/web/dev"
"code.gitea.io/gitea/routers/web/events"
"code.gitea.io/gitea/routers/web/explore"
"code.gitea.io/gitea/routers/web/feed"
Expand Down Expand Up @@ -619,10 +618,6 @@ func RegisterRoutes(m *web.Route) {

m.Post("/{username}", reqSignIn, context_service.UserAssignmentWeb(), user.Action)

if !setting.IsProd {
m.Get("/template/*", dev.TemplatePreview)
}

reqRepoAdmin := context.RequireRepoAdmin()
reqRepoCodeWriter := context.RequireRepoWriter(unit.TypeCode)
canEnableEditor := context.CanEnableEditor()
Expand Down

0 comments on commit 7b45092

Please sign in to comment.