Browse Source

fix(profile): fixed unexpected prefix routing addresses

pull/392/head
cKey 4 years ago
parent
commit
9bdd9d1f28
  1. 2
      aspnet-core/modules/identity/LINGYUN.Abp.Identity.HttpApi/LINGYUN/Abp/Identity/MyProfileController.cs

2
aspnet-core/modules/identity/LINGYUN.Abp.Identity.HttpApi/LINGYUN/Abp/Identity/MyProfileController.cs

@ -21,7 +21,7 @@ namespace LINGYUN.Abp.Identity
} }
[HttpPut] [HttpPut]
[Route("/claims")] [Route("claims")]
public virtual async Task SetClaimAsync(IdentityUserClaimSetDto input) public virtual async Task SetClaimAsync(IdentityUserClaimSetDto input)
{ {
await MyProfileAppService.SetClaimAsync(input); await MyProfileAppService.SetClaimAsync(input);

Loading…
Cancel
Save