Changeset 0.28.0.3 (#175)
This commit is contained in:
@@ -161,7 +161,7 @@ func (h *RolesHandler) ListTeamRoles(c *gin.Context) {
|
||||
}
|
||||
}
|
||||
|
||||
c.JSON(http.StatusOK, roleOverrides)
|
||||
c.JSON(http.StatusOK, gin.H{"data": roleOverrides})
|
||||
}
|
||||
|
||||
// UpdateTeamRole sets a team role override.
|
||||
|
||||
Reference in New Issue
Block a user