mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-13 10:10:28 +08:00
增加自动检查系统更新设置
This commit is contained in:
@@ -14,6 +14,7 @@ func init() {
|
||||
Helper(settingutils.NewHelper("updates")).
|
||||
Prefix("/settings/updates").
|
||||
GetPost("", new(IndexAction)).
|
||||
Post("/update", new(UpdateAction)).
|
||||
EndAll()
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user