mirror of https://github.com/go-gitea/gitea.git
parent
220ee6ae42
commit
a3e084716e
|
@ -134,6 +134,7 @@ func NewMacaron() *macaron.Macaron {
|
||||||
DisableDebug: !setting.EnablePprof,
|
DisableDebug: !setting.EnablePprof,
|
||||||
}))
|
}))
|
||||||
m.Use(context.Contexter())
|
m.Use(context.Contexter())
|
||||||
|
m.SetAutoHead(true)
|
||||||
return m
|
return m
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue