增加手动安装节点列表

This commit is contained in:
GoEdgeLab
2020-10-28 12:47:24 +08:00
parent 97b5405fcf
commit 4c8ea8953b
8 changed files with 131 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ func init() {
GetPost("/createNode", new(CreateNodeAction)).
GetPost("/createBatch", new(CreateBatchAction)).
GetPost("/updateNodeSSH", new(UpdateNodeSSHAction)).
GetPost("/installManual", new(InstallManualAction)).
// 节点相关
Get("/node", new(node.NodeAction)).