mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Fix followers and following tabs in profile (#10202)
This commit is contained in:
		| @@ -490,12 +490,7 @@ func RegisterRoutes(m *macaron.Macaron) { | ||||
| 	// ***** END: Admin ***** | ||||
|  | ||||
| 	m.Group("", func() { | ||||
| 		m.Group("/:username", func() { | ||||
| 			m.Get("", user.Profile) | ||||
| 			m.Get("/followers", user.Followers) | ||||
| 			m.Get("/following", user.Following) | ||||
| 		}) | ||||
|  | ||||
| 		m.Get("/:username", user.Profile) | ||||
| 		m.Get("/attachments/:uuid", repo.GetAttachment) | ||||
| 	}, ignSignIn) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user