Skip to content

Commit

Permalink
fix: rename identity controller name
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnkwlp committed Sep 10, 2023
1 parent 42ab216 commit 9fb8d37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/identity/src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Version>0.1.0</Version>
<PackageVersion>0.1.2</PackageVersion>
<PackageVersion>0.1.3</PackageVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

namespace Passingwind.Abp.Identity;

[ControllerName("IdentityRole")]
[Area(IdentityRemoteServiceConsts.ModuleName)]
[RemoteService(Name = IdentityRemoteServiceConsts.RemoteServiceName)]
[Route("api/identity/roles")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

namespace Passingwind.Abp.Identity;

[ControllerName("IdentityUser")]
[Area(IdentityRemoteServiceConsts.ModuleName)]
[RemoteService(Name = IdentityRemoteServiceConsts.RemoteServiceName)]
[Route("api/identity/users")]
Expand Down

0 comments on commit 9fb8d37

Please sign in to comment.