Browse Source

Add HttpApi module to blog test app

pull/10071/head
Berkan Sasmaz 4 years ago
parent
commit
a6b1ffdf5a
  1. 1
      modules/blogging/app/Volo.BloggingTestApp/BloggingTestAppModule.cs
  2. 1
      modules/blogging/app/Volo.BloggingTestApp/Volo.BloggingTestApp.csproj

1
modules/blogging/app/Volo.BloggingTestApp/BloggingTestAppModule.cs

@ -57,6 +57,7 @@ namespace Volo.BloggingTestApp
typeof(AbpAccountWebModule),
typeof(AbpAccountApplicationModule),
typeof(AbpIdentityWebModule),
typeof(AbpIdentityHttpApiModule),
typeof(AbpIdentityApplicationModule),
typeof(AbpPermissionManagementDomainIdentityModule),
typeof(AbpPermissionManagementApplicationModule),

1
modules/blogging/app/Volo.BloggingTestApp/Volo.BloggingTestApp.csproj

@ -32,6 +32,7 @@
<ProjectReference Include="..\..\..\..\modules\basic-theme\src\Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic\Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.csproj" />
<ProjectReference Include="..\..\..\..\modules\identity\src\Volo.Abp.Identity.Application\Volo.Abp.Identity.Application.csproj" />
<ProjectReference Include="..\..\..\..\modules\identity\src\Volo.Abp.Identity.Web\Volo.Abp.Identity.Web.csproj" />
<ProjectReference Include="..\..\..\..\modules\identity\src\Volo.Abp.Identity.HttpApi\Volo.Abp.Identity.HttpApi.csproj" />
<ProjectReference Include="..\..\..\..\modules\identity\src\Volo.Abp.PermissionManagement.Domain.Identity\Volo.Abp.PermissionManagement.Domain.Identity.csproj" />
<ProjectReference Include="..\..\..\..\modules\permission-management\src\Volo.Abp.PermissionManagement.Application\Volo.Abp.PermissionManagement.Application.csproj" />
<ProjectReference Include="..\..\..\..\modules\account\src\Volo.Abp.Account.Web\Volo.Abp.Account.Web.csproj" />

Loading…
Cancel
Save