Merge pull request #360 from kdsun/dev

Dev
This commit is contained in:
bjdgyc
2025-04-08 11:18:21 +08:00
committed by GitHub
9 changed files with 14232 additions and 2 deletions

View File

@@ -76,6 +76,8 @@ func StartAdmin() {
r.HandleFunc("/user/policy/detail", PolicyDetail)
r.HandleFunc("/user/policy/set", PolicySet)
r.HandleFunc("/user/policy/del", PolicyDel)
r.HandleFunc("/user/reset/forgotPassword", ForgotPassword).Name("forgot_password")
r.HandleFunc("/user/reset/resetPassword", ResetPassword).Name("reset_password")
r.HandleFunc("/group/list", GroupList)
r.HandleFunc("/group/names", GroupNames)