增加节点列表

This commit is contained in:
GoEdgeLab
2022-04-07 18:31:21 +08:00
parent 7eeaae8071
commit 51483da570
26 changed files with 600 additions and 328 deletions

View File

@@ -17,6 +17,7 @@ func init() {
Get("", new(IndexAction)).
GetPost("/create", new(CreateAction)).
Post("/pin", new(PinAction)).
Get("/nodes", new(NodesAction)).
// 只要登录即可访问的Action
EndHelpers().