Browse Source

fix:style

main
songzhibin97 3 years ago
parent
commit
b8049e9cb2
  1. 4
      server/core/viper.go

4
server/core/viper.go

@ -58,7 +58,7 @@ func Viper(path ...string) *viper.Viper {
}
global.GVA_CONFIG.AutoCode.Root, _ = filepath.Abs("..")
global.BlackCache = local_cache.NewCache(
local_cache.SetDefaultExpire(time.Second * time.Duration(global.GVA_CONFIG.JWT.ExpiresTime))
)
local_cache.SetDefaultExpire(time.Second * time.Duration(global.GVA_CONFIG.JWT.ExpiresTime)),
)
return v
}
Loading…
Cancel
Save