实现修改管理员信息功能

This commit is contained in:
GoEdgeLab
2020-10-14 19:42:32 +08:00
parent c31ef4f558
commit f558eec79e
8 changed files with 155 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ func init() {
Helper(helpers.NewUserMustAuth()).
Helper(settingutils.NewHelper("profile")).
Prefix("/settings/profile").
Get("", new(IndexAction)).
GetPost("", new(IndexAction)).
EndAll()
})
}