mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Organization level webhooks
This commit is contained in:
		| @@ -69,9 +69,9 @@ func newMacaron() *macaron.Macaron { | ||||
| 			SkipLogging: !setting.DisableRouterLog, | ||||
| 		}, | ||||
| 	)) | ||||
| 	if setting.EnableGzip { | ||||
| 		m.Use(macaron.Gzip()) | ||||
| 	} | ||||
| 	// if setting.EnableGzip { | ||||
| 	// 	m.Use(macaron.Gzip()) | ||||
| 	// } | ||||
| 	m.Use(macaron.Renderer(macaron.RenderOptions{ | ||||
| 		Directory:  path.Join(setting.StaticRootPath, "templates"), | ||||
| 		Funcs:      []template.FuncMap{base.TemplateFuncs}, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user