1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-12 05:27:20 +00:00

Disable redirect for i18n (#5910)

This commit is contained in:
techknowlogick
2019-01-31 09:38:20 -05:00
committed by GitHub
parent 98feb0ef4d
commit 3a7306945c

View File

@ -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,