mirror of
https://github.com/go-gitea/gitea
synced 2024-10-31 08:43:34 +01:00
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
Block a user