[API节点]显示API节点运行日志 [用户]增加可用功能控制

This commit is contained in:
GoEdgeLab
2020-12-30 22:00:21 +08:00
parent 1f6ecccc65
commit 8d8db37d9d
15 changed files with 220 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ func init() {
Get("", new(IndexAction)).
GetPost("/update", new(UpdateAction)).
Get("/install", new(InstallAction)).
Get("/logs", new(LogsAction)).
EndAll()
})