增加商业版激活功能

This commit is contained in:
GoEdgeLab
2021-09-16 10:32:58 +08:00
parent f4f268d9b7
commit 35fd437aaa
8 changed files with 100 additions and 15 deletions

View File

@@ -14,6 +14,7 @@ func init() {
Helper(settingutils.NewAdvancedHelper("authority")).
Prefix("/settings/authority").
Get("", new(IndexAction)).
GetPost("/activate", new(ActivateAction)).
EndAll()
})
}