实现API节点远程升级

This commit is contained in:
刘祥超
2023-03-05 12:05:18 +08:00
parent ed6b763d06
commit 52bb753594
12 changed files with 426 additions and 69 deletions

View File

@@ -24,7 +24,10 @@ func init() {
GetPost("/update", new(UpdateAction)).
Get("/install", new(InstallAction)).
Get("/logs", new(LogsAction)).
GetPost("/upgradePopup", new(UpgradePopupAction)).
Post("/upgradeCheck", new(UpgradeCheckAction)).
//
EndAll()
})
}