We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
etcd-manage-server/program/http.go
Line 136 in dc93ed4
tag: dev bug: 解决因etcd服务权限而无法访问角色和用户管理引起的BUG source: /program/http.go 代码第136行 : pathUri := strings.TrimLeft(u.Path, "/v1") 应该修改为: pathUri := strings.TrimPrefix(u.Path, "/v1")
The text was updated successfully, but these errors were encountered:
该问题导致/passport/login登录接口被拦截,一直显示登录失败!
Sorry, something went wrong.
感谢提供反馈,后续更新此bug
No branches or pull requests
etcd-manage-server/program/http.go
Line 136 in dc93ed4
tag: dev
bug: 解决因etcd服务权限而无法访问角色和用户管理引起的BUG
source: /program/http.go
代码第136行 : pathUri := strings.TrimLeft(u.Path, "/v1")
应该修改为: pathUri := strings.TrimPrefix(u.Path, "/v1")
The text was updated successfully, but these errors were encountered: