mirror of
https://github.com/go-gitea/gitea
synced 2025-09-11 03:08:28 +00:00
#2063 Ability to delete repo from admin panel
This commit is contained in:
@@ -267,7 +267,8 @@ func runWeb(ctx *cli.Context) {
|
||||
})
|
||||
|
||||
m.Group("/repos", func() {
|
||||
m.Get("", admin.Repositories)
|
||||
m.Get("", admin.Repos)
|
||||
m.Post("/delete", admin.DeleteRepo)
|
||||
})
|
||||
|
||||
m.Group("/auths", func() {
|
||||
|
Reference in New Issue
Block a user