增加手动安装节点列表

This commit is contained in:
刘祥超
2020-10-28 12:47:24 +08:00
parent 3e520c4863
commit 94a4db2e1d
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)).