[网站服务]可以审核域名、查看审核结果

This commit is contained in:
GoEdgeLab
2020-12-19 19:08:39 +08:00
parent bce9c49f0f
commit 9ccf7d1316
8 changed files with 145 additions and 23 deletions

View File

@@ -16,6 +16,7 @@ func init() {
Data("secondMenuItem", "serverName").
Prefix("/servers/server/settings/serverNames").
GetPost("", new(IndexAction)).
Post("/audit", new(AuditAction)).
EndAll()
})
}