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

This commit is contained in:
刘祥超
2020-12-30 22:00:21 +08:00
parent a701cae504
commit 9b666ca31e
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()
})