diff --git a/aspnet-core/modules/identity/LINGYUN.Abp.Identity.HttpApi/LINGYUN/Abp/Identity/MyProfileController.cs b/aspnet-core/modules/identity/LINGYUN.Abp.Identity.HttpApi/LINGYUN/Abp/Identity/MyProfileController.cs index 1b6afe8e4..5a5f39388 100644 --- a/aspnet-core/modules/identity/LINGYUN.Abp.Identity.HttpApi/LINGYUN/Abp/Identity/MyProfileController.cs +++ b/aspnet-core/modules/identity/LINGYUN.Abp.Identity.HttpApi/LINGYUN/Abp/Identity/MyProfileController.cs @@ -21,7 +21,7 @@ namespace LINGYUN.Abp.Identity } [HttpPut] - [Route("/claims")] + [Route("claims")] public virtual async Task SetClaimAsync(IdentityUserClaimSetDto input) { await MyProfileAppService.SetClaimAsync(input);