Skip to content

Commit

Permalink
Merge pull request #732 from wenyoufu/master
Browse files Browse the repository at this point in the history
【bug】修复普通用户只用查询权限时,无法修改个人信息(昵称、用户密码)的bug
  • Loading branch information
wenjianzhang authored Mar 13, 2023
2 parents c973d68 + f61de5b commit 7d74e6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/middleware/settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,6 @@ var CasbinExclude = []UrlInfo{
{Url: "/", Method: "GET"},
{Url: "/api/v1/server-monitor", Method: "GET"},
{Url: "/api/v1/public/uploadFile", Method: "POST"},
{Url: "/api/v1/user/pwd/set", Method: "PUT"},
{Url: "/api/v1/sys-user", Method: "PUT"},
}

0 comments on commit 7d74e6f

Please sign in to comment.