We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6afc5a9 commit b2858a9Copy full SHA for b2858a9
application/handler/manager/cache.go
@@ -38,5 +38,6 @@ func ReloadEnv(ctx echo.Context) error {
38
if err := config.FromCLI().InitEnviron(true); err != nil {
39
return err
40
}
41
+ ctx.Fire(`nging.env.reload`)
42
return ctx.String(ctx.T(`重载完毕`))
43
0 commit comments