techknowlogick
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
routers/routes/routes.go
|
|
@ -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, |
|
|
|