mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-04-14 04:55:19 +08:00
实现自动下载升级版本
This commit is contained in:
@@ -15,6 +15,9 @@ func init() {
|
||||
Prefix("/settings/updates").
|
||||
GetPost("", new(IndexAction)).
|
||||
Post("/update", new(UpdateAction)).
|
||||
Post("/ignoreVersion", new(IgnoreVersionAction)).
|
||||
Post("/resetIgnoredVersion", new(ResetIgnoredVersionAction)).
|
||||
GetPost("/upgrade", new(UpgradeAction)).
|
||||
EndAll()
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user