mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-04-29 01:35:22 +08:00
增加商业版激活功能
This commit is contained in:
@@ -14,6 +14,7 @@ func init() {
|
||||
Helper(settingutils.NewAdvancedHelper("authority")).
|
||||
Prefix("/settings/authority").
|
||||
Get("", new(IndexAction)).
|
||||
GetPost("/activate", new(ActivateAction)).
|
||||
EndAll()
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user