mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	Backport #27829 by @jbgomond Fixed a little mistake when you deleting user secrets via the API. Found it when working on #27725. It should be backported to 1.21 I think. Co-authored-by: Jean-Baptiste Gomond <dev@jbgomond.com>
This commit is contained in:
		@@ -960,7 +960,7 @@ func Routes() *web.Route {
 | 
			
		||||
			m.Group("/actions/secrets", func() {
 | 
			
		||||
				m.Combo("/{secretname}").
 | 
			
		||||
					Put(bind(api.CreateOrUpdateSecretOption{}), user.CreateOrUpdateSecret).
 | 
			
		||||
					Delete(repo.DeleteSecret)
 | 
			
		||||
					Delete(user.DeleteSecret)
 | 
			
		||||
			})
 | 
			
		||||
 | 
			
		||||
			m.Get("/followers", user.ListMyFollowers)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user