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