mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08: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