1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

#2063 Ability to delete repo from admin panel

This commit is contained in:
Unknwon
2015-12-05 17:39:29 -05:00
parent 978dc00305
commit ca8ce793d1
10 changed files with 52 additions and 7 deletions

View File

@@ -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() {