parent
5c30817b5f
commit
c3b67ff2f6
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ func NewMacaron() *macaron.Macaron {
|
|||
Langs: setting.Langs,
|
||||
Names: setting.Names,
|
||||
DefaultLang: "en-US",
|
||||
Redirect: true,
|
||||
Redirect: false,
|
||||
}))
|
||||
m.Use(cache.Cacher(cache.Options{
|
||||
Adapter: setting.CacheService.Adapter,
|
||||
|
|
Reference in a new issue