parent
							
								
									d9a8eff2de
								
							
						
					
					
						commit
						952cb8046f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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) | ||||
| 			}) | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue