修复:管理员默认商户与账户设置
This commit is contained in:
@@ -146,6 +146,7 @@ func Setup(h *Handlers) *gin.Engine {
|
||||
auth.Use(middleware.Tenant(h.Tenant))
|
||||
{
|
||||
auth.GET("/auth/profile", h.Auth.Profile)
|
||||
auth.PUT("/auth/account", h.Auth.UpdateCurrentAccount)
|
||||
auth.PUT("/auth/password", h.Auth.ChangePassword)
|
||||
auth.GET("/dashboard", h.Dashboard.Dashboard)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user