mirror of
https://github.com/go-gitea/gitea
synced 2026-02-08 06:38:09 +00:00
@@ -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 New Issue
Block a user