mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-18 14:44:06 +09:00
@ -134,6 +134,7 @@ func NewMacaron() *macaron.Macaron {
|
||||
DisableDebug: !setting.EnablePprof,
|
||||
}))
|
||||
m.Use(context.Contexter())
|
||||
m.SetAutoHead(true)
|
||||
return m
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user