mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 04:14:01 +01:00 
			
		
		
		
	fixed comment typo (#19944)
This commit is contained in:
		
							parent
							
								
									a9cc9c0f7a
								
							
						
					
					
						commit
						47bb06236d
					
				@ -126,7 +126,7 @@ func Routes() *web.Route {
 | 
			
		||||
	routes.Route("/avatars/*", "GET, HEAD", storageHandler(setting.Avatar.Storage, "avatars", storage.Avatars))
 | 
			
		||||
	routes.Route("/repo-avatars/*", "GET, HEAD", storageHandler(setting.RepoAvatar.Storage, "repo-avatars", storage.RepoAvatars))
 | 
			
		||||
 | 
			
		||||
	// for health check - doeesn't need to be passed through gzip handler
 | 
			
		||||
	// for health check - doesn't need to be passed through gzip handler
 | 
			
		||||
	routes.Head("/", func(w http.ResponseWriter, req *http.Request) {
 | 
			
		||||
		w.WriteHeader(http.StatusOK)
 | 
			
		||||
	})
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user