Skip to content

Commit b2858a9

Browse files
committed
update
1 parent 6afc5a9 commit b2858a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

application/handler/manager/cache.go

+1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@ func ReloadEnv(ctx echo.Context) error {
3838
if err := config.FromCLI().InitEnviron(true); err != nil {
3939
return err
4040
}
41+
ctx.Fire(`nging.env.reload`)
4142
return ctx.String(ctx.T(`重载完毕`))
4243
}

0 commit comments

Comments
 (0)