mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	@@ -487,7 +487,7 @@ func RegisterRoutes(m *macaron.Macaron) {
 | 
			
		||||
			})
 | 
			
		||||
			m.Group("/repos", func() {
 | 
			
		||||
				m.Get("", org.GetTeamRepos)
 | 
			
		||||
				m.Combo(":orgname/:reponame").
 | 
			
		||||
				m.Combo("/:orgname/:reponame").
 | 
			
		||||
					Put(org.AddTeamRepository).
 | 
			
		||||
					Delete(org.RemoveTeamRepository)
 | 
			
		||||
			})
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user