服务 -- 缓存设置中增加清理和预热功能

This commit is contained in:
刘祥超
2021-08-29 09:21:44 +08:00
parent ad7523a500
commit 08d1fcaf03
11 changed files with 464 additions and 17 deletions

View File

@@ -15,6 +15,8 @@ func init() {
Prefix("/servers/server/settings/cache").
GetPost("", new(IndexAction)).
GetPost("/createPopup", new(CreatePopupAction)).
GetPost("/purge", new(PurgeAction)).
GetPost("/preheat", new(PreheatAction)).
EndAll()
})
}